Age | Commit message (Expand) | Author | Files | Lines |
2021-12-29 | nilfs2: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -3/+10 |
2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 39 | -77/+77 |
2021-11-09 | nilfs2: remove filenames from file comments | Ryusuke Konishi | 39 | -39/+39 |
2021-11-09 | nilfs2: replace snprintf in show functions with sysfs_emit | Qing Wang | 1 | -38/+38 |
2021-10-18 | nilfs2: use bdev_nr_bytes instead of open coding it | Christoph Hellwig | 3 | -3/+3 |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -20/+15 |
2021-09-08 | nilfs2: use refcount_dec_and_lock() to fix potential UAF | Zhen Lei | 1 | -5/+4 |
2021-09-08 | nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group | Nanyong Sun | 1 | -1/+1 |
2021-09-08 | nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group | Nanyong Sun | 1 | -2/+2 |
2021-09-08 | nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group | Nanyong Sun | 1 | -1/+1 |
2021-09-08 | nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group | Nanyong Sun | 1 | -2/+2 |
2021-09-08 | nilfs2: fix NULL pointer in nilfs_##name##_attr_release | Nanyong Sun | 1 | -5/+3 |
2021-09-08 | nilfs2: fix memory leak in nilfs_sysfs_create_device_group | Nanyong Sun | 1 | -4/+2 |
2021-08-09 | block: remove the bd_bdi in struct block_device | Christoph Hellwig | 1 | -1/+1 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+0 |
2021-07-01 | nilfs2: remove redundant continue statement in a while-loop | Colin Ian King | 1 | -1/+0 |
2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2021-06-29 | Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -16/+3 |
2021-06-29 | mm: require ->set_page_dirty to be explicitly wired up | Christoph Hellwig | 1 | -0/+1 |
2021-06-24 | nilfs2: fix memory leak in nilfs_sysfs_delete_device_group | Pavel Skripkin | 1 | -0/+1 |
2021-05-17 | nilfs2: Switch to use %ptTs | Andy Shevchenko | 1 | -16/+3 |
2021-05-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 4 | -6/+6 |
2021-05-06 | nilfs2: fix typos in comments | Lu Jialin | 3 | -4/+4 |
2021-05-06 | fs/nilfs2: fix misspellings using codespell tool | Liu xuzhi | 1 | -2/+2 |
2021-05-02 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
2021-04-15 | useful constants: struct qstr for ".." | Al Viro | 1 | -2/+1 |
2021-04-12 | nilfs2: convert to fileattr | Miklos Szeredi | 4 | -43/+25 |
2021-03-11 | block: rename BIO_MAX_PAGES to BIO_MAX_VECS | Christoph Hellwig | 1 | -1/+1 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -17/+24 |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -5/+1 |
2021-02-10 | nilfs2: make splice write available again | Joachim Henke | 1 | -0/+1 |
2021-01-27 | nilfs2: remove cruft in nilfs_alloc_seg_bio | Christoph Hellwig | 1 | -4/+0 |
2021-01-27 | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig | 1 | -1/+1 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 3 | -12/+19 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner | 2 | -2/+2 |
2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
2020-12-15 | fs/nilfs2: remove some unused macros to tame gcc | Alex Shi | 1 | -5/+0 |
2020-10-24 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+1 |
2020-10-16 | nilfs2: fix some kernel-doc warnings for nilfs2 | Wang Hai | 4 | -7/+6 |
2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 3 | -9/+14 |
2020-08-12 | nilfs2: use a more common logging style | Joe Perches | 20 | -251/+239 |
2020-08-12 | nilfs2: convert __nilfs_msg to integrate the level and format | Joe Perches | 2 | -10/+15 |
2020-08-12 | nilfs2: only call unlock_new_inode() if I_NEW | Eric Biggers | 1 | -1/+2 |
2020-06-10 | nilfs2: fix null pointer dereference at nilfs_segctor_do_construct() | Ryusuke Konishi | 1 | -0/+2 |
2020-06-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -1/+2 |
2020-06-03 | fs: handle FIEMAP_FLAG_SYNC in fiemap_prep | Christoph Hellwig | 1 | -1/+1 |
2020-06-03 | fs: move fiemap range validation into the file systems instances | Christoph Hellwig | 1 | -1/+1 |
2020-06-03 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig | 1 | -0/+1 |