summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix log block underflow during recovery cycle verificationBrian Foster2017-12-201-1/+1
* GFS2: Take inode off order_write list when setting jdata flagBob Peterson2017-12-201-1/+3
* btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-12-201-0/+14
* NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia2017-12-201-2/+2
* afs: Fix afs_kill_pages()David Howells2017-12-201-3/+7
* afs: Fix page leak in afs_write_begin()David Howells2017-12-201-2/+5
* afs: Populate and use client modification timeMarc Dionne2017-12-202-10/+10
* afs: Fix the maths in afs_fs_store_data()David Howells2017-12-201-1/+1
* afs: Prevent callback expiry timer overflowTina Ruchandani2017-12-203-6/+7
* afs: Migrate vlocation fields to 64-bitTina Ruchandani2017-12-204-16/+20
* afs: Flush outstanding writes when an fd is closedDavid Howells2017-12-203-0/+16
* afs: Adjust mode bits processingMarc Dionne2017-12-201-1/+6
* afs: Populate group ID from vnode statusMarc Dionne2017-12-201-1/+1
* afs: Fix missing put_page()David Howells2017-12-201-0/+1
* writeback: fix memory leak in wb_queue_work()Tahsin Erdogan2017-12-201-14/+21
* NFSD: fix nfsd_reset_versions for NFSv4.NeilBrown2017-12-201-15/+12
* NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)NeilBrown2017-12-201-1/+2
* userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGEAndrea Arcangeli2017-12-201-1/+1
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-201-0/+4
* ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan2017-12-201-0/+1
* ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng2017-12-201-4/+38
* autofs: fix careless error in recent commitNeilBrown2017-12-201-1/+0
* afs: Connect up the CB.ProbeUuidDavid Howells2017-12-161-0/+3
* NFS: Fix a typo in nfs_rename()Trond Myklebust2017-12-161-1/+1
* Revert "ocfs2: should wait dio before inode lock in ocfs2_setattr()"Greg Kroah-Hartman2017-12-091-7/+2
* 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
* nfsd: Fix another OPEN stateid raceTrond Myklebust2017-12-051-15/+13
* nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust2017-12-051-8/+59
* nfsd: Make init_open_stateid() a bit more wholeOleg Drokin2017-12-051-15/+12
* NFS: revalidate "." etc correctly on "open".NeilBrown2017-12-051-1/+2
* 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: lock mutex before checking for bounce page poolEric Biggers2017-11-301-5/+3
* 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: 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
* ext4: fix data exposure after a crashJan Kara2017-11-211-9/+14
* 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