summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-12-01mnt: Only change user settable mount flags in remountEric W. Biederman1-1/+1
2014-12-01NFS: fix stable regressionSergio Gelato1-0/+3
2014-12-01ext4: avoid trying to kfree an ERR_PTR pointerTheodore Ts'o2-0/+3
2014-12-01ext4: propagate errors up to ext4_find_entry()'s callersTheodore Ts'o2-4/+29
2014-12-01ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi1-8/+10
2014-12-01nilfs2: fix data loss with mmap()Andreas Rohner1-1/+6
2014-12-01Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov1-2/+4
2014-12-01NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-12-01don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-15/+15
2014-12-01get rid of propagate_umount() mistakenly treating slaves as busy.Al Viro2-2/+6
2014-09-25ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2-0/+3
2014-09-25NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-09-25CIFS: Fix wrong directory attributes after renamePavel Shilovsky1-0/+6
2014-09-25isofs: Fix unbounded recursion when processing relocated directoriesJan Kara3-22/+55
2014-07-31introduce SIZE_MAXXi Wang1-1/+1
2014-07-18ext4: clarify error count warning messagesTheodore Ts'o1-3/+4
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