summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-14Merge tag 'for-4.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds46-2939/+1816
2018-08-14Merge tag 'locks-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-9/+11
2018-08-14Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/...Linus Torvalds3-59/+21
2018-08-14Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-7/+207
2018-08-14Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-94/+27
2018-08-14Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds18-157/+130
2018-08-14Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds22-402/+252
2018-08-14Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-1/+1
2018-08-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2018-08-13Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2018-08-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+32
2018-08-10make sure that __dentry_kill() always invalidates d_seq, unhashed or notAl Viro1-5/+2
2018-08-10fix __legitimize_mnt()/mntput() raceAl Viro1-0/+14
2018-08-10fix mntput/mntput raceAl Viro1-2/+12
2018-08-08locks: remove misleading obsolete commentJeff Layton1-4/+0
2018-08-06locks: add tracepoint in flock codepathJeff Layton1-0/+1
2018-08-06root dentries need RCU-delayed freeingAl Viro1-2/+4
2018-08-06btrfs: revert fs_devices state on error of btrfs_init_new_deviceNaohiro Aota1-5/+24
2018-08-06btrfs: Exit gracefully when chunk map cannot be inserted to the treeQu Wenruo1-2/+6
2018-08-06btrfs: Introduce mount time chunk <-> dev extent mapping checkQu Wenruo3-0/+193
2018-08-06btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo1-1/+57
2018-08-06btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo1-1/+27
2018-08-06Btrfs: send, fix incorrect file layout after hole punching beyond eofFilipe Manana1-0/+9
2018-08-06btrfs: Use wrapper macro for rcu string to remove duplicate codeMisono Tomohiro4-31/+12
2018-08-06btrfs: simplify btrfs_igetAl Viro1-16/+13
2018-08-06btrfs: lift make_bad_inode into btrfs_igetAl Viro1-2/+2
2018-08-06btrfs: simplify IS_ERR/PTR_ERR checksAl Viro2-4/+3
2018-08-06btrfs: btrfs_iget never returns an is_bad_inode inodeAl Viro3-14/+3
2018-08-06btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro1-0/+6
2018-08-06btrfs: extent-tree: Remove unused __btrfs_free_block_rsvMisono Tomohiro2-6/+0
2018-08-06btrfs: backref: Use ERR_CAST to return error codeMisono Tomohiro1-1/+1
2018-08-06btrfs: Remove redundant btrfs_release_path from btrfs_unlink_subvolLu Fengqi1-1/+0
2018-08-06btrfs: Remove root parameter from btrfs_unlink_subvolLu Fengqi1-15/+10
2018-08-06btrfs: Remove fs_info from btrfs_add_root_refLu Fengqi5-14/+10
2018-08-06btrfs: Remove fs_info from btrfs_del_root_refLu Fengqi3-14/+10
2018-08-06btrfs: Remove fs_info from btrfs_del_rootLu Fengqi5-6/+6
2018-08-06btrfs: Remove fs_info from btrfs_delete_delayed_dir_indexLu Fengqi3-6/+5
2018-08-06btrfs: Remove fs_info from btrfs_insert_delayed_dir_indexLu Fengqi3-6/+3
2018-08-06btrfs: extent-tree: remove unused member walk_control::for_relocDavid Sterba1-3/+0
2018-08-06Btrfs: fix send failure when root has deleted files still openFilipe Manana1-8/+129
2018-08-06Btrfs: fix mount failure after fsync due to hard link recreationFilipe Manana1-0/+66
2018-08-06btrfs: don't leak ret from do_chunk_allocJosef Bacik1-1/+1
2018-08-06btrfs: merge free_fs_root helpersDavid Sterba1-11/+5
2018-08-06btrfs: constify strings passed to assertion helperDavid Sterba1-1/+1
2018-08-06btrfs: dev-replace: remove unused members of btrfs_dev_replaceDavid Sterba2-4/+0
2018-08-06btrfs: remove unused member btrfs_root::nameDavid Sterba2-3/+0
2018-08-06btrfs: allow defrag on a file opened read-only that has rw permissionsAdam Borowski1-2/+8
2018-08-06Btrfs: fix btrfs_write_inode vs delayed iput deadlockJosef Bacik2-27/+0
2018-08-06btrfs: Remove fs_info from btrfs_finish_chunk_allocNikolay Borisov3-13/+9