summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* VFS: close race between getcwd() and d_move()NeilBrown2018-04-121-7/+16
* Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo2018-04-081-5/+32
* ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng2018-04-081-3/+6
* sysfs: symlink: export sysfs_create_link_nowarn()Grygorii Strashko2018-03-311-0/+1
* staging: ncpfs: memory corruption in ncp_read_kernel()Dan Carpenter2018-03-281-0/+4
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-03-281-3/+14
* nfsd: remove blocked locks on client teardownJeff Layton2018-03-281-19/+43
* nfsd4: permit layoutget of executable-only filesBenjamin Coddington2018-03-241-3/+3
* btrfs: Fix memory barriers usage with device stats countersNikolay Borisov2018-03-212-2/+28
* btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodesZygo Blaxell2018-03-211-1/+10
* btrfs: Fix use-after-free when cleaning up fs_devs with a single stale deviceNikolay Borisov2018-03-211-0/+1
* btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg2018-03-211-5/+6
* btrfs: add missing initialization in btrfs_check_sharedEdmund Nadolski2018-03-211-0/+1
* btrfs: Fix NULL pointer exception in find_bio_stripeDmitriy Gorokh2018-03-211-0/+1
* fs/aio: Use RCU accessors for kioctx_table->table[]Tejun Heo2018-03-211-10/+11
* fs/aio: Add explicit RCU grace period when freeing kioctxTejun Heo2018-03-211-4/+19
* lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro2018-03-211-3/+8
* fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2018-03-212-2/+5
* userns: Don't fail follow_automount based on s_user_nsEric W. Biederman2018-03-191-3/+0
* Revert "btrfs: use proper endianness accessors for super_copy"Greg Kroah-Hartman2018-03-192-15/+13
* NFS: Fix unstable write completionTrond Myklebust2018-03-151-40/+43
* pNFS: Prevent the layout header refcount going to zero in pnfs_roc()Trond Myklebust2018-03-151-3/+10
* NFS: Fix an incorrect type in struct nfs_direct_reqTrond Myklebust2018-03-151-1/+1
* direct-io: Fix sleep in atomic due to sync AIOJan Kara2018-03-081-2/+1
* btrfs: use proper endianness accessors for super_copyAnand Jain2018-03-082-13/+15
* 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
* btrfs: Fix flush bio leakNikolay Borisov2018-03-031-1/+0
* afs: Fix missing error handling in afs_write_end()David Howells2018-03-031-3/+5
* sget(): handle failures of register_shrinker()Al Viro2018-03-031-1/+5
* exec: avoid gcc-8 warning for get_task_commArnd Bergmann2018-03-031-4/+3
* btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov2018-02-251-1/+1
* Btrfs: disable FUA if mounted with nobarrierOmar Sandoval2018-02-251-7/+5
* btrfs: Fix quota reservation leak on preallocated filesJustin Maggard2018-02-251-0/+2
* dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()Jan Kara2018-02-251-1/+6
* ovl: hash directory inodes for fsnotifyAmir Goldstein2018-02-223-12/+30
* Btrfs: fix unexpected -EEXIST when creating new inodeLiu Bo2018-02-221-0/+18
* Btrfs: fix use-after-free on root->orphan_block_rsvLiu Bo2018-02-221-13/+21
* Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctlyLiu Bo2018-02-221-1/+1
* Btrfs: fix extent state leak from tree logLiu Bo2018-02-221-2/+3
* 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
* seq_file: fix incomplete reset on read from zero offsetMiklos Szeredi2018-02-221-1/+4
* ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-02-221-0/+1
* ext4: fix a race in the ext4 shutdown pathHarshad Shirwadkar2018-02-221-4/+12
* jbd2: fix sphinx kernel-doc build warningsTobin C. Harding2018-02-221-1/+4
* mbcache: initialize entry->e_referenced in mb_cache_entry_create()Alexander Potapenko2018-02-221-0/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2018-02-221-2/+0
* ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGEGang He2018-02-221-0/+9
* devpts: fix error handling in devpts_mntget()Eric Biggers2018-02-161-2/+2