aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | | | nfsd: revert v2 half of "nfsd: don't return high mode bits"J. Bruce Fields2014-04-04
| * | | | | | | | nfsd4: fix memory leak in nfsd4_encode_fattr()Yan, Zheng2014-03-31
| * | | | | | | | nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-03-31
| * | | | | | | | NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2014-03-30
| * | | | | | | | NFSD: Clear wcc data between compound opsKinglong Mee2014-03-30
| * | | | | | | | nfsd: Don't return NFS4ERR_STALE_STATEID for NFSv4.1+Trond Myklebust2014-03-30
| * | | | | | | | nfsd4: fix nfs4err_resource in 4.1 caseJ. Bruce Fields2014-03-28
| * | | | | | | | nfsd4: fix setclientid encode sizeJ. Bruce Fields2014-03-28
| * | | | | | | | nfsd4: remove redundant check from nfsd4_check_resp_sizeJ. Bruce Fields2014-03-28
| * | | | | | | | nfsd4: use more generous NFS4_ACL_MAXJ. Bruce Fields2014-03-28
| * | | | | | | | nfsd4: minor nfsd4_replay_cache_entry cleanupJ. Bruce Fields2014-03-28
| * | | | | | | | nfsd4: nfsd4_replay_cache_entry should be staticJ. Bruce Fields2014-03-28
| * | | | | | | | nfsd4: update comments with obsolete function nameJ. Bruce Fields2014-03-28
| * | | | | | | | NFSD: Using free_conn free connectionKinglong Mee2014-03-28
| * | | | | | | | nfsd: typo in nfsd_rename commentJ. Bruce Fields2014-03-28
| * | | | | | | | NFSD: simplify saved/current fh uses in nfsd4_proc_compoundKinglong Mee2014-03-28
| * | | | | | | | lockd: ensure we tear down any live sockets when socket creation fails during...Jeff Layton2014-03-28
| * | | | | | | | NFSD: Traverse unconfirmed client through hash-tableKinglong Mee2014-03-28
| * | | | | | | | svcrpc: explicitly reject compounds that are not padded out to 4-byte multipleJeff Layton2014-03-27
| * | | | | | | | nfsd: notify_change needs elevated write countJ. Bruce Fields2014-03-27
| * | | | | | | | nfsd4: fix test_stateid error reply encodingJ. Bruce Fields2014-03-27
| * | | | | | | | nfsd4: leave reply buffer space for failed setattrJ. Bruce Fields2014-03-27
| * | | | | | | | nfsd4: make set of large acl return efbig, not resourceJ. Bruce Fields2014-03-27
| * | | | | | | | nfsd4: session needs room for following op to error outJ. Bruce Fields2014-03-27
| * | | | | | | | nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields2014-03-27
* | | | | | | | | fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter2014-04-08
* | | | | | | | | ncpfs/inode.c: fix mismatch printk formats and argumentsJoe Perches2014-04-08
* | | | | | | | | ncpfs: remove now unused PRINTK macroJoe Perches2014-04-08
* | | | | | | | | ncpfs: convert PPRINTK to ncp_vdbgJoe Perches2014-04-08
* | | | | | | | | ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches2014-04-08
* | | | | | | | | ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches2014-04-08
* | | | | | | | | autofs4: check dev ioctl size before allocatingSasha Levin2014-04-08
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-04-08
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v3.14' into drm-intel-next-queuedDaniel Vetter2014-03-31
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2014-03-18
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | drm: add pseudo filesystem for shared inodesDavid Herrmann2014-03-16
* | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-04-07
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | reiserfs: fix race in readdirJeff Mahoney2014-04-02
| * | | | | | | | | | ext2: acl: remove unneeded include of linux/capability.hJakub Sitnicki2014-04-01
| * | | | | | | | | | ext3: explicitly remove inode from orphan list after failed direct ioEric Sandeen2014-03-17
| * | | | | | | | | | fs/isofs/inode.c add __init to init_inodecache()Fabian Frederick2014-03-12
| * | | | | | | | | | ext3: Speedup WB_SYNC_ALL passJan Kara2014-03-12
| * | | | | | | | | | fs/quota/Kconfig: Update filesystemsFabian Frederick2014-03-04
| * | | | | | | | | | ext3: Update outdated comment before ext3_ordered_writepage()Jan Kara2014-03-04
| * | | | | | | | | | ext3: Update PF_MEMALLOC handling in ext3_write_inode()Jan Kara2014-03-04
| * | | | | | | | | | ext2/3: use prandom_u32() instead of get_random_bytes()ZhangZhen2014-03-04
| * | | | | | | | | | ext3: remove an unneeded check in ext3_new_blocks()Dan Carpenter2014-03-03
| * | | | | | | | | | ext3: remove unneeded check in ext3_ordered_writepage()Dan Carpenter2014-03-03
| * | | | | | | | | | fs: Mark function as static in ext3/xattr_security.cRashika Kheria2014-03-03
| * | | | | | | | | | fs: Mark function as static in ext3/dir.cRashika Kheria2014-03-03