summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ovl: take mnt_want_write() for removing impure xattrAmir Goldstein2018-02-161-2/+9
* 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-2/+9
* pipe: fix off-by-one error when checking buffer limitsEric Biggers2018-02-161-2/+2
* pipe: actually allow root to exceed the pipe buffer limitsEric Biggers2018-02-161-3/+8
* fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens2018-02-161-13/+5
* Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_allLiu Bo2018-02-161-6/+5
* kernfs: fix regression in kernfs_fop_write caused by wrong typeIvan Vecera2018-02-161-1/+1
* NFS: Fix a race between mmap() and O_DIRECTTrond Myklebust2018-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: Fix nfsstat breakage due to LOOKUPPTrond Myklebust2018-02-161-26/+38