Age | Commit message (Expand) | Author |
2019-01-30 | fs: Don't need to put list_lru into its own cacheline | Waiman Long |
2018-12-28 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2018-12-28 | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-12-28 | mm: migrate: provide buffer_migrate_page_norefs() | Jan Kara |
2018-12-07 | fs/locks: merge posix_unblock_lock() and locks_delete_block() | NeilBrown |
2018-11-30 | fs/locks: rename some lists and pointers. | NeilBrown |
2018-11-19 | block: Initialize BIO I/O priority early | Damien Le Moal |
2018-11-02 | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-10-30 | vfs: hide file range comparison function | Darrick J. Wong |
2018-10-30 | vfs: enable remap callers that can handle short operations | Darrick J. Wong |
2018-10-30 | vfs: plumb remap flags through the vfs dedupe functions | Darrick J. Wong |
2018-10-30 | vfs: plumb remap flags through the vfs clone functions | Darrick J. Wong |
2018-10-30 | vfs: make remap_file_range functions take and return bytes completed | Darrick J. Wong |
2018-10-30 | vfs: pass remap flags to generic_remap_checks | Darrick J. Wong |
2018-10-30 | vfs: pass remap flags to generic_remap_file_range_prep | Darrick J. Wong |
2018-10-30 | vfs: combine the clone and dedupe into a single remap_file_range | Darrick J. Wong |
2018-10-30 | vfs: rename vfs_clone_file_prep to be more descriptive | Darrick J. Wong |
2018-10-30 | vfs: check file ranges before cloning files | Darrick J. Wong |
2018-10-29 | Merge tag 'for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja... | Linus Torvalds |
2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds |
2018-10-25 | fsnotify: Fix busy inodes during unmount | Jan Kara |
2018-10-21 | mm: Convert page-writeback to XArray | Matthew Wilcox |
2018-10-21 | page cache: Rearrange address_space | Matthew Wilcox |
2018-10-19 | fs: group frequently accessed fields of struct super_block together | Amir Goldstein |
2018-09-24 | vfs: swap names of {do,vfs}_clone_file_range() | Amir Goldstein |
2018-09-03 | fsnotify: add super block object type | Amir Goldstein |
2018-08-30 | vfs: add the fadvise() file operation | Amir Goldstein |
2018-08-23 | namei: allow restricted O_CREAT of FIFOs and regular files | Salvatore Mesoraca |
2018-08-21 | Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-08-17 | mpage: mpage_readpages() should submit IO as read-ahead | Jens Axboe |
2018-08-17 | vfs: discard ATTR_ATTR_FLAG | NeilBrown |
2018-08-13 | Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2018-08-13 | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-08-13 | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-08-03 | new helper: inode_fake_hash() | Al Viro |
2018-08-03 | new primitive: discard_new_inode() | Al Viro |
2018-07-22 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2018-07-18 | vfs: remove open_flags from d_real() | Miklos Szeredi |
2018-07-18 | Partially revert "locks: fix file locking on overlayfs" | Miklos Szeredi |
2018-07-18 | Revert "vfs: add flags to d_real()" | Miklos Szeredi |
2018-07-18 | Revert "vfs: update ovl inode before relatime check" | Miklos Szeredi |
2018-07-18 | vfs: export vfs_dedupe_file_range_one() to modules | Miklos Szeredi |
2018-07-18 | vfs: export vfs_ioctl() to modules | Miklos Szeredi |
2018-07-18 | vfs: make open_with_fake_path() not contribute to nr_files | Miklos Szeredi |
2018-07-18 | Merge branch 'dedupe-cleanup' into overlayfs-next | Miklos Szeredi |
2018-07-12 | new helper: open_with_fake_path() | Al Viro |
2018-07-12 | kill FILE_{CREATED,OPENED} | Al Viro |
2018-07-12 | get rid of 'opened' argument of ->atomic_open() - part 3 | Al Viro |
2018-07-12 | getting rid of 'opened' argument of ->atomic_open() - part 1 | Al Viro |
2018-07-12 | introduce FMODE_CREATED and switch to it | Al Viro |