aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-06-24binfmt_flat: remove flat_old_ram_flagChristoph Hellwig2-1/+5
2019-06-24binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig1-0/+4
2019-06-24binfmt_flat: remove flat_set_persistentChristoph Hellwig1-2/+0
2019-06-24binfmt_flat: remove flat_reloc_validChristoph Hellwig1-1/+1
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman58-292/+238
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller53-264/+214
2019-06-21ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree()Theodore Ts'o3-14/+14
2019-06-21Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-9/+11
2019-06-21ext4: refactor initialize_dirent_tail()Theodore Ts'o3-41/+26
2019-06-21io_uring: ensure req->file is cleared on allocationJens Axboe1-3/+2
2019-06-21ext4: rename "dirent_csum" functions to use "dirblock"Theodore Ts'o4-41/+35
2019-06-21NFS4: Only set creation opendata if O_CREATBenjamin Coddington1-9/+11
2019-06-21f2fs: only set project inherit bit for directoryWang Shilong2-1/+3
2019-06-21f2fs: separate f2fs i_flags from fs_flags and ext4 i_flagsEric Biggers2-116/+161
2019-06-21f2fs: replace ktype default_attrs with default_groupsKimberly Brown1-2/+4
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds36-154/+35
2019-06-21Merge tag '5.2-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-4/+24
2019-06-21btrfs: sysfs: Replace default_attrs in ktypes with groupsKimberly Brown1-3/+5
2019-06-20ext4: allow directory holesTheodore Ts'o2-18/+46
2019-06-20jbd2: drop declaration of journal_sync_buffer()Theodore Ts'o1-3/+0
2019-06-20ext4: use jbd2_inode dirty range scopingRoss Zwisler3-10/+18
2019-06-20jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler3-27/+49
2019-06-20Merge tag 'ovl-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds5-59/+90
2019-06-20Merge tag 'fuse-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-10/+0
2019-06-20Merge tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-5/+17
2019-06-20fs/afs: use struct_size() in kzalloc()Zhengyuan Liu3-8/+4
2019-06-20afs: Trace afs_server usageDavid Howells7-21/+47
2019-06-20afs: Add some callback management tracepointsDavid Howells4-17/+28
2019-06-20afs: afs_unlink() doesn't need to check dentry->d_inodeDavid Howells1-8/+6
2019-06-20afs: Fix setting of i_blocksDavid Howells1-7/+12
2019-06-20Merge tag 'for-linus-20190620' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+16
2019-06-20afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells3-3/+4
2019-06-20afs: Fix vlserver record corruptionDavid Howells1-4/+2
2019-06-20afs: Fix over zealous "vnode modified" warningsDavid Howells1-5/+7
2019-06-20fsnotify: get rid of fsnotify_nameremove()Amir Goldstein1-41/+0
2019-06-20fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein3-13/+0
2019-06-20configfs: call fsnotify_rmdir() hookAmir Goldstein1-0/+3
2019-06-20debugfs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein1-0/+3
2019-06-20debugfs: simplify __debugfs_remove_file()Amir Goldstein1-12/+8
2019-06-20devpts: call fsnotify_unlink() hookAmir Goldstein1-0/+1
2019-06-20tracefs: call fsnotify_{unlink,rmdir}() hooksAmir Goldstein1-0/+3
2019-06-20btrfs: call fsnotify_rmdir() hookAmir Goldstein1-1/+3
2019-06-20fsnotify: add empty fsnotify_{unlink,rmdir}() hooksAmir Goldstein1-0/+2
2019-06-20fs/proc/vmcore: Enable dumping of encrypted memory when SEV was activeLianbo Jiang1-3/+3
2019-06-20fs: cifs: switch to RC4 library interfaceArd Biesheuvel3-48/+17
2019-06-20ext4: remove redundant assignment to nodeColin Ian King1-1/+0
2019-06-19ext4: optimize case-insensitive lookupsGabriel Krisman Bertazi4-9/+103
2019-06-19ext4: make __ext4_get_inode_loc plugzhangjs1-0/+3
2019-06-19ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o6-26/+24
2019-06-19ext2: Always brelse bh on failure in ext2_iget()Jan Kara1-4/+2