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
* f2fs: fix a bug caused by NULL extent treeYunlei He2018-03-031-1/+9
* binfmt_elf: compat: avoid unused function warningArnd Bergmann2018-02-251-0/+2
* ncpfs: fix unused variable warningMiklos Szeredi2018-02-251-2/+1
* reiserfs: avoid a -Wmaybe-uninitialized warningArnd Bergmann2018-02-252-2/+1
* btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov2018-02-251-1/+1
* vfs: don't do RCU lookup of empty pathnamesLinus Torvalds2018-02-221-0/+3
* Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo2018-02-221-0/+18
* Btrfs: fix crash due to not cleaning up tree log block's dirty bitsLiu Bo2018-02-221-0/+9
* Btrfs: fix deadlock in run_delalloc_nocowLiu Bo2018-02-221-1/+4
* ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-02-221-0/+1
* ovl: fix failure to fsync lower dirAmir Goldstein2018-02-161-1/+5
* btrfs: Handle btrfs_set_extent_delalloc failure in fixup workerNikolay Borisov2018-02-161-1/+9
* nsfs: mark dentry with DCACHE_RCUACCESSCong Wang2018-02-161-0/+1
* kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera2018-02-161-1/+1
* NFS: reject request for id_legacy key without auxdataEric Biggers2018-02-161-1/+5
* 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
* nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew2018-02-161-2/+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
* don't put symlink bodies in pagecache into highmemAl Viro2018-02-166-10/+14
* xfs: ubsan fixesDarrick J. Wong2018-02-031-3/+3
* quota: Check for register_shrinker() failure.Tetsuo Handa2018-02-031-1/+2
* lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin2018-02-032-4/+9
* nfsd: check for use of the closed special stateidAndrew Elble2018-02-031-2/+5
* grace: replace BUG_ON by WARN_ONCE in exit_net hookVasily Averin2018-02-031-1/+3
* nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust2018-02-031-9/+3
* nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust2018-02-031-0/+8
* btrfs: fix deadlock when writing out space cacheJosef Bacik2018-02-031-1/+2
* nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings2018-01-311-2/+3
* fs/fcntl: f_setown, avoid undefined behaviourJiri Slaby2018-01-311-0/+4
* reiserfs: Don't clear SGID when inheriting ACLsJan Kara2018-01-311-5/+7
* reiserfs: don't preallocate blocks for extended attributesJeff Mahoney2018-01-311-1/+1
* reiserfs: fix race in prealloc discardJeff Mahoney2018-01-311-2/+10
* ext2: Don't clear SGID when inheriting ACLsJan Kara2018-01-311-14/+22
* fs/select: add vmalloc fallback for select(2)Vlastimil Babka2018-01-311-3/+11
* pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence2018-01-231-2/+16
* locks: don't check for race with close when setting OFD lockJeff Layton2018-01-171-6/+10
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-01-101-0/+3
* 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 incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-12-201-1/+1
* 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