summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.rmdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-4/+4
|\
| * rmdir(),rename(): do shrink_dcache_parent() only on successAl Viro2018-05-271-4/+4
* | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-041-79/+43
|\ \
| * | restore cond_resched() in shrink_dcache_parent()Al Viro2018-04-191-2/+7
| * | dput(): turn into explicit while() loopAl Viro2018-04-151-18/+13
| * | dcache: move cond_resched() into the end of __dentry_kill()Al Viro2018-04-151-3/+1
| * | d_walk(): kill 'finish' callbackAl Viro2018-04-151-11/+7
| * | d_invalidate(): unhash immediatelyAl Viro2018-04-151-46/+16
* | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-049-43/+39
|\ \ \
| * | | xfs: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-303-8/+7
| * | | btrfs: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-14/+11
| * | | fs: convert block_dev.c to bioset_init()Kent Overstreet2018-05-301-6/+3
| * | | block: don't print a message when the device went awayChristoph Hellwig2018-05-291-5/+9
| * | | block: unexport check_disk_size_changeChristoph Hellwig2018-05-291-1/+0
| * | | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-2/+2
| * | | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+1
| * | | scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig2018-05-142-6/+6
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-06-034-21/+34
|\ \ \ \
| * | | | Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro2018-06-033-19/+33
| | |_|/ | |/| |
| * | | fix io_destroy()/aio_complete() raceAl Viro2018-05-231-2/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-021-1/+1
|\ \ \ \
| * | | | IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann2018-05-281-1/+1
* | | | | Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-05-311-0/+1
|\ \ \ \ \
| * | | | | fs: clear writeback errors in inode_init_alwaysDarrick J. Wong2018-05-301-0/+1
* | | | | | Merge tag 'afs-fixes-20180529' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-05-292-16/+13
|\ \ \ \ \ \
| * | | | | | afs: Fix mounting of backup volumesMarc Dionne2018-05-161-9/+10
| * | | | | | afs: Fix directory permissions checkDavid Howells2018-05-161-7/+3
* | | | | | | proc: fix smaps and meminfo alignmentHugh Dickins2018-05-251-5/+0
* | | | | | | ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Changwei Ge2018-05-251-10/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-241-1/+1
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-091-1/+1
* | | | | | | Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-241-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Btrfs: fix error handling in btrfs_truncate()Omar Sandoval2018-05-241-1/+2
* | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-2123-112/+133
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro2018-05-211-2/+2
| * | | | | | | ext2: fix a block leakAl Viro2018-05-211-10/+0
| * | | | | | | nfsd: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro2018-05-211-0/+22
| * | | | | | | cachefiles: vfs_mkdir() might succeed leaving dentry negative unhashedAl Viro2018-05-211-0/+10
| * | | | | | | unfuck sysfs_mount()Al Viro2018-05-211-3/+3
| * | | | | | | kernfs: deal with kernfs_fill_super() failuresAl Viro2018-05-211-0/+1
| * | | | | | | cramfs: Fix IS_ENABLED typoJoe Perches2018-05-211-1/+1
| * | | | | | | befs_lookup(): use d_splice_alias()Al Viro2018-05-211-12/+5
| * | | | | | | affs_lookup: switch to d_splice_alias()Al Viro2018-05-211-6/+5
| * | | | | | | affs_lookup(): close a race with affs_remove_link()Al Viro2018-05-211-3/+7
| * | | | | | | fs: don't scan the inode cache before SB_BORN is setDave Chinner2018-05-111-6/+24
| * | | | | | | do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-1113-72/+56
* | | | | | | | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-211-0/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk2018-05-091-1/+1
| * | | | | | | | prctl: Add force disable speculationThomas Gleixner2018-05-051-0/+3
| * | | | | | | | proc: Provide details on speculation flaw mitigationsKees Cook2018-05-031-0/+22