summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-0211-37/+32
|\
| * sched/wait, fs/ocfs2: Convert wait_on_atomic_t() usage to the new wait_var_ev...Peter Zijlstra2018-03-201-4/+5
| * sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-204-12/+7
| * sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra2018-03-201-3/+4
| * sched/wait, fs/btrfs: Convert wait_on_atomic_t() usage to the new wait_var_ev...Peter Zijlstra2018-03-202-9/+7
| * sched/wait, fs/afs: Convert wait_on_atomic_t() usage to the new wait_var_even...Peter Zijlstra2018-03-203-9/+9
* | ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng2018-03-301-3/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-03-221-3/+14
|\ \
| * | hugetlbfs: check for pgoff value overflowMike Kravetz2018-03-221-3/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-221-0/+1
|\ \ \ | |/ / |/| |
| * | sysfs: symlink: export sysfs_create_link_nowarn()Grygorii Strashko2018-03-191-0/+1
* | | Merge tag 'nfsd-4.16-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-03-201-19/+43
|\ \ \
| * | | nfsd: remove blocked locks on client teardownJeff Layton2018-03-191-19/+43
* | | | Merge tag 'for-4.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-164-15/+15
|\ \ \ \
| * | | | Revert "btrfs: use proper endianness accessors for super_copy"David Sterba2018-03-162-15/+13
| * | | | btrfs: add missing initialization in btrfs_check_sharedEdmund Nadolski2018-03-141-0/+1
| * | | | btrfs: Fix NULL pointer exception in find_bio_stripeDmitriy Gorokh2018-03-141-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-03-153-7/+21
|\ \ \ \ \
| * | | | | fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman2018-03-152-2/+5
| * | | | | fs: dcache: Use READ_ONCE when accessing i_dir_seqWill Deacon2018-02-251-1/+1
| * | | | | fs: dcache: Avoid livelock between d_alloc_parallel and __d_addWill Deacon2018-02-251-1/+7
| * | | | | lock_parent() needs to recheck if dentry got __dentry_kill'ed under itAl Viro2018-02-231-3/+8
| | |/ / / | |/| | |
* | | | | fs/aio: Use RCU accessors for kioctx_table->table[]Tejun Heo2018-03-141-10/+11
* | | | | fs/aio: Add explicit RCU grace period when freeing kioctxTejun Heo2018-03-141-4/+19
* | | | | Merge tag 'nfs-for-4.16-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-03-123-44/+54
|\ \ \ \ \
| * | | | | NFS: Fix unstable write completionTrond Myklebust2018-03-081-40/+43
| * | | | | pNFS: Prevent the layout header refcount going to zero in pnfs_roc()Trond Myklebust2018-03-081-3/+10
| * | | | | NFS: Fix an incorrect type in struct nfs_direct_reqTrond Myklebust2018-03-081-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-096-68/+228
|\ \ \ \ \
| * | | | | ovl: update Kconfig textsMiklos Szeredi2018-03-071-0/+14
| * | | | | ovl: redirect_dir=nofollow should not follow redirect for opaque lowerVivek Goyal2018-02-261-3/+3
| * | | | | ovl: fix ptr_ret.cocci warningsFengguang Wu2018-02-261-1/+1
| * | | | | ovl: check ERR_PTR() return value from ovl_lookup_real()Amir Goldstein2018-02-161-2/+2
| * | | | | ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein2018-02-163-44/+168
| * | | | | ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein2018-02-161-18/+40
* | | | | | Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-03-091-12/+30
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | xfs: don't block on the ilock for RWF_NOWAITChristoph Hellwig2018-03-011-8/+19
| * | | | | xfs: don't start out with the exclusive ilock for direct I/OChristoph Hellwig2018-03-011-4/+2
| * | | | | xfs: don't allocate COW blocks for zeroing holes or unwritten extentsChristoph Hellwig2018-03-011-1/+10
* | | | | | gfs2: Fixes to "Implement iomap for block_map" (2)Andreas Gruenbacher2018-03-071-3/+0
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-0410-47/+191
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Btrfs: fix log replay failure after unlink and link combinationFilipe Manana2018-03-013-22/+139
| * | | | Btrfs: fix log replay failure after linking special file and fsyncFilipe Manana2018-03-011-1/+1
| * | | | Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana2018-03-011-0/+3
| * | | | btrfs: use proper endianness accessors for super_copyAnand Jain2018-03-012-13/+15
| * | | | btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg2018-03-011-5/+6
| * | | | btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_clusterNikolay Borisov2018-03-011-2/+16
| * | | | btrfs: handle failure of add_pending_csumsNikolay Borisov2018-03-011-2/+9
| * | | | btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney2018-03-012-2/+2
* | | | | Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2018-03-024-38/+45
|\ \ \ \ \