summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-12-09NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust1-1/+0
2017-12-09nfs: Don't take a reference on fl->fl_file for LOCK operationBenjamin Coddington1-3/+0
2017-12-09libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mountEric W. Biederman1-1/+2
2017-12-09dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara1-17/+11
2017-12-05NFS: revalidate "." etc correctly on "open".NeilBrown1-1/+2
2017-12-05nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda1-2/+2
2017-12-05nfsd: Fix another OPEN stateid raceTrond Myklebust1-15/+13
2017-12-05nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust1-8/+59
2017-12-05btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2017-11-30btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian1-3/+1
2017-11-30fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers1-1/+1
2017-11-30fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers5-7/+12
2017-11-30fscrypt: lock mutex before checking for bounce page poolEric Biggers1-3/+0
2017-11-30lockd: double unregister of inetaddr notifiersVasily Averin1-11/+9
2017-11-30fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2-0/+6
2017-11-30ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o1-2/+4
2017-11-30nfsd: deal with revoked delegations appropriatelyAndrew Elble1-1/+24
2017-11-30NFS: Avoid RCU usage in tracepointsAnna Schumaker1-18/+6
2017-11-30nfs: Fix ugly referral attributesChuck Lever1-10/+8
2017-11-30NFS: Fix typo in nomigration mount optionJoshua Watt1-1/+1
2017-11-30isofs: fix timestamps beyond 2027Arnd Bergmann3-3/+3
2017-11-30eCryptfs: use after free in ecryptfs_release_messaging()Dan Carpenter1-3/+4
2017-11-30nilfs2: fix race condition that causes file system corruptionAndreas Rohner1-2/+4
2017-11-30autofs: don't fail mount for transient errorNeilBrown1-1/+14
2017-11-24coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes1-2/+1
2017-11-24ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen1-2/+7
2017-11-24ocfs2: fix cluster hang after a node diesChangwei Ge1-0/+1
2017-11-08vfs: open() with O_CREAT should not create inodes with unknown idsSeth Forshee1-0/+6
2017-11-08ext4: do not use stripe_width if it is not setJan Kara1-2/+2
2017-11-08ext4: fix stripe-unaligned allocationsJan Kara1-2/+4
2017-11-08ocfs2: fstrim: Fix start offset of first cluster group during fstrimAshish Samant1-6/+18
2017-11-08cifs: check MaxPathNameComponentLength != 0 before using itRonnie Sahlberg1-2/+3
2017-11-02ecryptfs: fix dereference of NULL user_key_payloadEric Biggers2-8/+25
2017-11-02fuse: fix READDIRPLUS skipping an entryMiklos Szeredi1-1/+2
2017-11-02ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton1-1/+4
2017-10-27FS-Cache: fix dereference of NULL user_key_payloadEric Biggers1-0/+7
2017-10-27fscrypt: fix dereference of NULL user_key_payloadEric Biggers1-0/+5
2017-10-27xfs: trim writepage mapping to within eofBrian Foster3-0/+25
2017-10-27xfs: cancel dirty pages on invalidationDave Chinner1-12/+22
2017-10-27xfs: handle error if xfs_btree_get_bufs failsEric Sandeen1-0/+8
2017-10-27xfs: reinit btree pointer on attr tree inactivation walkBrian Foster1-0/+2
2017-10-27xfs: don't change inode mode if ACL update failsDave Chinner1-6/+16
2017-10-27xfs: move more RT specific code under CONFIG_XFS_RTDave Chinner2-0/+15
2017-10-27xfs: Don't log uninitialised fields in inode structuresDave Chinner3-62/+51
2017-10-27xfs: handle racy AIO in xfs_reflink_end_cowChristoph Hellwig1-1/+8
2017-10-27xfs: always swap the cow forks when swapping extentsDarrick J. Wong1-2/+22
2017-10-27xfs: Capture state of the right inode in xfs_iflush_doneCarlos Maiolino1-1/+1
2017-10-27xfs: perag initialization should only touch m_ag_max_usable for AG 0Darrick J. Wong1-2/+10
2017-10-27xfs: update i_size after unwritten conversion in dio completionEryu Guan4-12/+24
2017-10-27xfs: report zeroed or not correctly in xfs_zero_range()Eryu Guan1-1/+1