summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-07-09nfsd: fix rare symlink decoding bugJ. Bruce Fields2-10/+12
2014-07-09CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars o...Steve French1-3/+4
2014-07-07nfsd: getattr for FATTR4_WORD0_FILES_AVAIL needs the statfs bufferChristoph Hellwig1-2/+2
2014-07-07nfsd4: fix FREE_STATEID lockowner leakJ. Bruce Fields1-1/+1
2014-07-07UBIFS: Remove incorrect assertion in shrink_tnc()hujianyang1-1/+0
2014-07-01btrfs: fix use of uninit "ret" in end_extent_writepage()Eric Sandeen1-1/+1
2014-07-01Btrfs: use right type to get real comparisonLiu Bo1-1/+1
2014-07-01fs: btrfs: volumes.c: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+3
2014-07-01Btrfs: fix double free in find_lock_delalloc_rangeChris Mason1-0/+1
2014-07-01ext4: fix wrong assert in ext4_mb_normalize_request()Maurizio Lombardi1-1/+1
2014-06-11nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+5
2014-06-11nfsd: containerize NFSd filesystemStanislav Kinsbursky2-8/+24
2014-06-11nfsd: pass proper net to nfsd_destroy() from NFSd kthreadsStanislav Kinsbursky1-1/+3
2014-06-11nfsd: pass net to __write_ports() and downStanislav Kinsbursky1-11/+11
2014-06-11nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky3-4/+4
2014-06-11nfsd: pass net to nfsd_svc()Stanislav Kinsbursky3-4/+5
2014-06-11nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky3-6/+5
2014-06-11nfsd: pass net to nfsd_startup() and nfsd_shutdown()Stanislav Kinsbursky1-9/+8
2014-06-11nfsd: pass net to nfsd_init_socks()Stanislav Kinsbursky1-4/+5
2014-06-08nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya1-2/+3
2014-06-08NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust1-2/+12
2014-06-08NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson1-1/+2
2014-06-08NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2-15/+18
2014-06-08NFS: nfs_getaclargs.acl_len is a size_tChuck Lever1-1/+2
2014-06-08nfsd: don't run get_file if nfs4_preprocess_stateid_op return errorfanchaoting1-4/+4
2014-06-08NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter1-3/+3
2014-06-08nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields1-1/+1
2014-06-08NFSv4 wait on recovery for async session errorsAndy Adamson1-2/+1
2014-06-08cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik3-1/+33
2014-06-08VFS: make vfs_fstat() use f[get|put]_light()Linus Torvalds1-2/+3
2014-06-08fs: cachefiles: add support for large files in filesystem cachingJustin Lecher1-1/+1
2014-06-08ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem1-1/+2
2014-06-08CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky1-1/+1
2014-06-08setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French1-3/+5
2014-06-08nfsd4: remove lockowner when removing lock stateidJ. Bruce Fields1-2/+9
2014-06-08nfsd4: warn on finding lockowner without stateid'sJ. Bruce Fields1-0/+4
2014-06-08NFSD: Call ->set_acl with a NULL ACL structure if no entriesKinglong Mee1-8/+9
2014-06-08posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig1-0/+6
2014-05-13locks: allow __break_lease to sleep even when break_time is 0Jeff Layton1-4/+3
2014-05-06ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o1-1/+1
2014-05-06ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2014-05-06ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-05-06ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-05-06reiserfs: fix race in readdirJeff Mahoney1-2/+4
2014-05-06nfsd4: fix setclientid encode sizeJ. Bruce Fields1-1/+2
2014-05-06nfsd: notify_change needs elevated write countJ. Bruce Fields1-0/+9
2014-05-06nfsd4: fix test_stateid error reply encodingJ. Bruce Fields1-0/+3
2014-05-06nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields1-0/+2
2014-05-06nfsd4: session needs room for following op to error outJ. Bruce Fields1-0/+6
2014-04-27jffs2: remove from wait queue after schedule()Li Zefan1-0/+1