summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-03-031-16/+29
* xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-03-031-0/+1
* sget(): handle failures of register_shrinker()Al Viro2018-03-031-1/+5
* btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov2018-02-251-1/+1
* Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo2018-02-251-0/+9
* Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-02-251-1/+4
* ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-02-251-0/+1
* kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera2018-02-161-1/+1
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-02-161-3/+1
* NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust2018-02-161-0/+2
* CIFS: zero sensitive data when freeingAurelien Aptel2018-02-163-15/+8
* cifs: Fix autonegotiate security settings mismatchDaniel N Pettersson2018-02-161-2/+1
* cifs: Fix missing put_xid in cifs_file_strict_mmapMatthew Wilcox2018-02-161-14/+12
* quota: Check for register_shrinker() failure.Tetsuo Handa2018-02-071-1/+2
* nfsd: check for use of the closed special stateidAndrew Elble2018-02-071-2/+5
* nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust2018-02-071-0/+8
* fs/fcntl: f_setown, avoid undefined behaviourJiri Slaby2018-01-311-0/+4
* reiserfs: don't preallocate blocks for extended attributesJeff Mahoney2018-01-311-1/+1
* reiserfs: fix race in prealloc discardJeff Mahoney2018-01-311-2/+10
* pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence2018-01-311-2/+16
* udf: Avoid overflow when session starts at large offsetJan Kara2017-12-201-1/+1
* tty fix oops when rmmod 8250nixiaoming2017-12-201-1/+2
* 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: 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
* NFSD: fix nfsd_reset_versions for NFSv4.NeilBrown2017-12-201-15/+12
* NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)NeilBrown2017-12-201-1/+2
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-201-0/+4
* 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
* NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust2017-12-091-1/+0
* 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
* 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