summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-0711-188/+439
|\
| * init: add an init_dup helperChristoph Hellwig2020-08-041-0/+12
| * init: add an init_utimes helperChristoph Hellwig2020-07-311-0/+13
| * init: add an init_stat helperChristoph Hellwig2020-07-311-0/+15
| * init: add an init_mknod helperChristoph Hellwig2020-07-313-3/+26
| * init: add an init_mkdir helperChristoph Hellwig2020-07-313-2/+19
| * init: add an init_symlink helperChristoph Hellwig2020-07-313-3/+17
| * init: add an init_link helperChristoph Hellwig2020-07-313-4/+36
| * init: add an init_eaccess helperChristoph Hellwig2020-07-312-1/+14
| * init: add an init_chmod helperChristoph Hellwig2020-07-313-3/+16
| * init: add an init_chown helperChristoph Hellwig2020-07-313-2/+20
| * init: add an init_chroot helperChristoph Hellwig2020-07-312-6/+25
| * init: add an init_chdir helperChristoph Hellwig2020-07-312-6/+17
| * init: add an init_rmdir helperChristoph Hellwig2020-07-311-0/+5
| * init: add an init_unlink helperChristoph Hellwig2020-07-311-0/+5
| * init: add an init_umount helperChristoph Hellwig2020-07-313-2/+17
| * init: add an init_mount helperChristoph Hellwig2020-07-314-2/+31
| * fs: push the getname from do_rmdir into the callersChristoph Hellwig2020-07-312-7/+5
| * fs: refactor ksys_umountChristoph Hellwig2020-07-311-22/+18
| * fs: refactor do_mountChristoph Hellwig2020-07-311-32/+35
| * fs: expose utimes_commonChristoph Hellwig2020-07-311-3/+3
| * fs: move timespec validation into utimes_commonChristoph Hellwig2020-07-311-10/+9
| * fs: refactor do_utimesChristoph Hellwig2020-07-311-46/+54
| * fs: remove ksys_ioctlChristoph Hellwig2020-07-311-6/+1
| * fs: remove ksys_fchmodChristoph Hellwig2020-07-311-6/+1
| * fs: remove ksys_dupChristoph Hellwig2020-07-311-6/+1
| * fs: remove ksys_openChristoph Hellwig2020-07-311-3/+8
| * fs: remove ksys_getdents64Christoph Hellwig2020-07-311-9/+2
| * initrd: switch initrd loading to struct file based APIsChristoph Hellwig2020-07-301-1/+1
| * fs: add a vfs_fchmod helperChristoph Hellwig2020-07-161-2/+7
| * fs: add a vfs_fchown helperChristoph Hellwig2020-07-161-12/+17
* | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-28/+26
|\ \
| * | introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro2020-07-271-28/+26
* | | Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2020-08-064-28/+155
|\ \ \
| * | | fs: dlm: implement tcp graceful shutdownAlexander Aring2020-08-061-5/+72
| * | | fs: dlm: change handling of reconnectsAlexander Aring2020-08-061-15/+10
| * | | fs: dlm: don't close socket on invalid messageAlexander Aring2020-08-061-6/+6
| * | | fs: dlm: set skb mark per peer socketAlexander Aring2020-08-063-0/+55
| * | | fs: dlm: set skb mark for listen socketAlexander Aring2020-08-063-0/+10
| * | | dlm: Fix kobject memleakWang Hai2020-08-061-3/+3
* | | | Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-08-067-27/+44
|\ \ \ \
| * | | | iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig2020-08-056-10/+23
| * | | | xfs: use ENOTBLK for direct I/O to buffered I/O fallbackChristoph Hellwig2020-08-051-2/+2
| * | | | iomap: Only invalidate page cache pages on direct IO writesDave Chinner2020-08-051-16/+15
| * | | | iomap: Make sure iomap_end is called after iomap_beginAndreas Gruenbacher2020-07-061-4/+9
* | | | | Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-0610-320/+817
|\ \ \ \ \
| * | | | | fanotify: compare fsid when merging name eventJan Kara2020-07-281-0/+3
| * | | | | fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein2020-07-273-40/+62
| * | | | | fanotify: report parent fid + child fidAmir Goldstein2020-07-272-16/+15
| * | | | | fanotify: report parent fid + name + child fidAmir Goldstein2020-07-273-6/+32