summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* afs: Connect up the CB.ProbeUuidDavid Howells2017-12-141-0/+3
* xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong2017-12-141-0/+1
* NFS: Fix a typo in nfs_rename()Trond Myklebust2017-12-141-1/+1
* btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney2017-12-141-0/+1
* NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust2017-12-091-1/+0
* nfs: Don't take a reference on fl->fl_file for LOCK operationBenjamin Coddington2017-12-091-3/+0
* libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mountEric W. Biederman2017-12-091-1/+2
* dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara2017-12-091-17/+11
* NFS: revalidate "." etc correctly on "open".NeilBrown2017-12-051-1/+2
* nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda2017-12-051-2/+2
* nfsd: Fix another OPEN stateid raceTrond Myklebust2017-12-051-15/+13
* nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust2017-12-051-8/+59
* btrfs: clear space cache inode generation alwaysJosef Bacik2017-12-051-7/+7
* btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian2017-11-301-3/+1
* fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers2017-11-301-1/+1
* fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2017-11-305-7/+12
* fscrypt: lock mutex before checking for bounce page poolEric Biggers2017-11-301-3/+0
* lockd: double unregister of inetaddr notifiersVasily Averin2017-11-301-11/+9
* fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2017-11-302-0/+6
* ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o2017-11-301-2/+4
* nfsd: deal with revoked delegations appropriatelyAndrew Elble2017-11-301-1/+24
* NFS: Avoid RCU usage in tracepointsAnna Schumaker2017-11-301-18/+6
* nfs: Fix ugly referral attributesChuck Lever2017-11-301-10/+8
* NFS: Fix typo in nomigration mount optionJoshua Watt2017-11-301-1/+1
* isofs: fix timestamps beyond 2027Arnd Bergmann2017-11-303-3/+3
* eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter2017-11-301-3/+4
* nilfs2: fix race condition that causes file system corruptionAndreas Rohner2017-11-301-2/+4
* autofs: don't fail mount for transient errorNeilBrown2017-11-301-1/+14
* coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes2017-11-241-2/+1
* ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen2017-11-241-2/+7
* ocfs2: fix cluster hang after a node diesChangwei Ge2017-11-241-0/+1
* vfs: open() with O_CREAT should not create inodes with unknown idsSeth Forshee2017-11-081-0/+6
* ext4: do not use stripe_width if it is not setJan Kara2017-11-081-2/+2
* ext4: fix stripe-unaligned allocationsJan Kara2017-11-081-2/+4
* ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant2017-11-081-6/+18
* cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg2017-11-081-2/+3
* ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2017-11-022-8/+25
* fuse: fix READDIRPLUS skipping an entryMiklos Szeredi2017-11-021-1/+2
* ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-11-021-1/+4
* FS-Cache: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+7
* fscrypt: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+5
* xfs: trim writepage mapping to within eofBrian Foster2017-10-273-0/+25
* xfs: cancel dirty pages on invalidationDave Chinner2017-10-271-12/+22
* xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-271-0/+8
* xfs: reinit btree pointer on attr tree inactivation walkBrian Foster2017-10-271-0/+2
* xfs: don't change inode mode if ACL update failsDave Chinner2017-10-271-6/+16
* xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2017-10-272-0/+15
* xfs: Don't log uninitialised fields in inode structuresDave Chinner2017-10-273-62/+51
* xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig2017-10-271-1/+8
* xfs: always swap the cow forks when swapping extentsDarrick J. Wong2017-10-271-2/+22