summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-05-22qnx4_lookup: use d_splice_alias()Al Viro1-6/+2
2018-05-22minix_lookup: use d_splice_alias()Al Viro1-6/+2
2018-05-22freevxfs_lookup(): use d_splice_alias()Al Viro1-6/+2
2018-05-22cramfs_lookup(): use d_splice_alias()Al Viro1-4/+1
2018-05-22bfs_add_entry: pass name/len as qstr pointerAl Viro1-11/+7
2018-05-22bfs_find_entry: pass name/len as qstr pointerAl Viro1-10/+8
2018-05-22bfs_lookup(): use d_splice_alias()Al Viro1-6/+1
2018-05-22Merge branch 'work.misc' into work.lookupAl Viro7-74/+41
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds23-112/+133
2018-05-21aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro1-2/+2
2018-05-21ext2: fix a block leakAl Viro1-10/+0
2018-05-21nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro1-0/+22
2018-05-21cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro1-0/+10
2018-05-21unfuck sysfs_mount()Al Viro1-3/+3
2018-05-21kernfs: deal with kernfs_fill_super() failuresAl Viro1-0/+1
2018-05-21cramfs: Fix IS_ENABLED typoJoe Perches1-1/+1
2018-05-21befs_lookup(): use d_splice_alias()Al Viro1-12/+5
2018-05-21affs_lookup: switch to d_splice_alias()Al Viro1-6/+5
2018-05-21affs_lookup(): close a race with affs_remove_link()Al Viro1-3/+7
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds1-0/+25
2018-05-20Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-48/+180
2018-05-19hfsplus: stop workqueue when fill_super() failedTetsuo Handa1-0/+1
2018-05-18vfs: namei: use path_equal() in follow_dotdot()Danilo Krummrich1-3/+1
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-4/+4
2018-05-17btrfs: fix crash when trying to resume balance without the resume flagAnand Jain1-0/+9
2018-05-17btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov1-11/+15
2018-05-17btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2-3/+12
2018-05-17btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo1-3/+3
2018-05-17btrfs: property: Set incompat flag if lzo/zstd compression is setMisono Tomohiro1-4/+8
2018-05-17Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana1-25/+112
2018-05-16afs: Fix mounting of backup volumesMarc Dionne1-9/+10
2018-05-16afs: Fix directory permissions checkDavid Howells1-7/+3
2018-05-16proc: update SIZEOF_PDE_INLINE_NAME for the new pde fieldsChristoph Hellwig1-2/+2
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-3/+3
2018-05-16jfs: simplify procfs codeChristoph Hellwig6-99/+24
2018-05-16ext4: simplify procfs codeChristoph Hellwig3-66/+14
2018-05-16afs: simplify procfs codeChristoph Hellwig1-119/+15
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-18/+31
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig2-60/+44
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig16-191/+55
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig3-17/+9
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig11-102/+44
2018-05-16proc: add a proc_create_reg helperChristoph Hellwig2-19/+27
2018-05-16proc: simplify proc_register calling conventionsChristoph Hellwig2-26/+20
2018-05-16proc: don't detour through seq->private to get the inodeChristoph Hellwig1-14/+6
2018-05-16proc: introduce a proc_pid_ns helperChristoph Hellwig4-20/+13
2018-05-15Merge tag 'afs-fixes-20180514' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds16-168/+224
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig1-2/+2
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-05-14scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig2-6/+6