Age | Commit message (Expand) | Author |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-08 | nilfs2: use refcount_dec_and_lock() to fix potential UAF | Zhen Lei |
2021-09-08 | nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group | Nanyong Sun |
2021-09-08 | nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group | Nanyong Sun |
2021-09-08 | nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group | Nanyong Sun |
2021-09-08 | nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group | Nanyong Sun |
2021-09-08 | nilfs2: fix NULL pointer in nilfs_##name##_attr_release | Nanyong Sun |
2021-09-08 | nilfs2: fix memory leak in nilfs_sysfs_create_device_group | Nanyong Sun |
2021-08-09 | block: remove the bd_bdi in struct block_device | Christoph Hellwig |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-07-01 | nilfs2: remove redundant continue statement in a while-loop | Colin Ian King |
2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-06-29 | Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig |
2021-06-24 | nilfs2: fix memory leak in nilfs_sysfs_delete_device_group | Pavel Skripkin |
2021-05-17 | nilfs2: Switch to use %ptTs | Andy Shevchenko |
2021-05-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-05-06 | nilfs2: fix typos in comments | Lu Jialin |
2021-05-06 | fs/nilfs2: fix misspellings using codespell tool | Liu xuzhi |
2021-05-02 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2021-04-15 | useful constants: struct qstr for ".." | Al Viro |
2021-04-12 | nilfs2: convert to fileattr | Miklos Szeredi |
2021-03-11 | block: rename BIO_MAX_PAGES to BIO_MAX_VECS | Christoph Hellwig |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-02-10 | nilfs2: make splice write available again | Joachim Henke |
2021-01-27 | nilfs2: remove cruft in nilfs_alloc_seg_bio | Christoph Hellwig |
2021-01-27 | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner |
2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner |
2020-12-15 | fs/nilfs2: remove some unused macros to tame gcc | Alex Shi |
2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2020-10-16 | nilfs2: fix some kernel-doc warnings for nilfs2 | Wang Hai |
2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-12 | nilfs2: use a more common logging style | Joe Perches |
2020-08-12 | nilfs2: convert __nilfs_msg to integrate the level and format | Joe Perches |
2020-08-12 | nilfs2: only call unlock_new_inode() if I_NEW | Eric Biggers |
2020-06-10 | nilfs2: fix null pointer dereference at nilfs_segctor_do_construct() | Ryusuke Konishi |
2020-06-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2020-06-03 | fs: handle FIEMAP_FLAG_SYNC in fiemap_prep | Christoph Hellwig |
2020-06-03 | fs: move fiemap range validation into the file systems instances | Christoph Hellwig |
2020-06-03 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig |
2020-06-02 | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-06-02 | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) |
2020-05-22 | block: remove the error_sector argument to blkdev_issue_flush | Christoph Hellwig |
2019-10-23 | fs: compat_ioctl: move FITRIM emulation into file systems | Arnd Bergmann |
2019-07-01 | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong |