| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-12-10 | nilfs2: remove page_address() from nilfs_delete_entry | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2023-12-10 | nilfs2: remove page_address() from nilfs_add_link | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-12-10 | nilfs2: remove page_address() from nilfs_set_link | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-12-10 | nilfs2: eliminate staggered calls to kunmap in nilfs_rename | Ryusuke Konishi | 1 | -1/+2 |
| 2023-12-10 | nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_link | Ryusuke Konishi | 3 | -16/+14 |
| 2023-12-10 | nilfs2: convert nilfs_btnode_abort_change_key to use a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-12-10 | nilfs2: convert nilfs_btnode_commit_change_key to use a folio | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2023-12-10 | nilfs2: convert nilfs_btnode_prepare_change_key to use a folio | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2023-12-10 | nilfs2: convert nilfs_btnode_delete to use a folio | Matthew Wilcox (Oracle) | 1 | -9/+9 |
| 2023-12-10 | nilfs2: convert nilfs_btnode_submit_block to use a folio | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2023-12-10 | nilfs2: convert nilfs_btnode_create_block to use a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2023-12-10 | nilfs2: convert nilfs_gccache_submit_read_data to use a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2023-12-10 | nilfs2: convert nilfs_mdt_submit_block to use a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2023-12-10 | nilfs2: convert nilfs_mdt_create_block to use a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2023-12-10 | nilfs2: convert nilfs_page_mkwrite() to use a folio | Matthew Wilcox (Oracle) | 1 | -13/+15 |
| 2023-12-10 | nilfs2: convert nilfs_segctor_prepare_write to use folios | Matthew Wilcox (Oracle) | 1 | -29/+29 |
| 2023-12-10 | nilfs2: convert to __nilfs_clear_folio_dirty() | Matthew Wilcox (Oracle) | 3 | -11/+12 |
| 2023-12-10 | nilfs2: convert to nilfs_clear_folio_dirty() | Matthew Wilcox (Oracle) | 4 | -16/+17 |
| 2023-12-10 | nilfs2: convert nilfs_mdt_write_page() to use a folio | Matthew Wilcox (Oracle) | 1 | -6/+7 |
| 2023-12-10 | nilfs2: convert nilfs_writepage() to use a folio | Matthew Wilcox (Oracle) | 1 | -4/+5 |
| 2023-12-10 | nilfs2: convert to nilfs_folio_buffers_clean() | Matthew Wilcox (Oracle) | 3 | -12/+12 |
| 2023-12-10 | nilfs2: convert nilfs_forget_buffer to use a folio | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2023-12-10 | nilfs2: convert nilfs_segctor_complete_write to use folios | Matthew Wilcox (Oracle) | 1 | -28/+21 |
| 2023-12-10 | nilfs2: convert nilfs_abort_logs to use folios | Matthew Wilcox (Oracle) | 1 | -14/+14 |
| 2023-12-10 | nilfs2: add nilfs_end_folio_io() | Matthew Wilcox (Oracle) | 1 | -14/+22 |
| 2023-12-10 | fs/nilfs2: use standard array-copy-function | Philipp Stanner | 1 | -6/+4 |
| 2023-12-06 | nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage() | Ryusuke Konishi | 1 | -7/+35 |
| 2023-12-06 | nilfs2: fix missing error check for sb_set_blocksize call | Ryusuke Konishi | 1 | -1/+5 |
| 2023-11-21 | fs: Rename mapping private members | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2023-11-18 | nilfs2: simplify device handling | Jan Kara | 1 | -8/+0 |
| 2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -84/+76 |
| 2023-10-25 | buffer: remove folio_create_empty_buffers() | Matthew Wilcox (Oracle) | 3 | -4/+4 |
| 2023-10-25 | nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf... | Matthew Wilcox (Oracle) | 1 | -4/+3 |
| 2023-10-25 | nilfs2: remove nilfs_page_get_nth_block | Matthew Wilcox (Oracle) | 1 | -6/+0 |
| 2023-10-25 | nilfs2: convert nilfs_mdt_get_frozen_buffer to use a folio | Matthew Wilcox (Oracle) | 1 | -7/+9 |
| 2023-10-25 | nilfs2: convert nilfs_mdt_forget_block() to use a folio | Matthew Wilcox (Oracle) | 1 | -16/+14 |
| 2023-10-25 | nilfs2: convert nilfs_copy_page() to nilfs_copy_folio() | Matthew Wilcox (Oracle) | 1 | -24/+26 |
| 2023-10-25 | nilfs2: convert nilfs_grab_buffer() to use a folio | Matthew Wilcox (Oracle) | 1 | -13/+13 |
| 2023-10-25 | nilfs2: convert nilfs_mdt_freeze_buffer to use a folio | Matthew Wilcox (Oracle) | 1 | -9/+11 |
| 2023-10-25 | buffer: add get_nth_bh() | Matthew Wilcox (Oracle) | 1 | -6/+1 |
| 2023-10-18 | nilfs2: convert to new timestamp accessors | Jeff Layton | 2 | -13/+13 |
| 2023-09-29 | nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() | Pan Bian | 1 | -3/+3 |
| 2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -1/+2 |
| 2023-08-29 | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2 | -3/+7 |
| 2023-08-28 | Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -51/+30 |
| 2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 4 | -14/+14 |
| 2023-08-21 | nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuse | Ryusuke Konishi | 2 | -3/+7 |
| 2023-08-21 | nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers() | Ryusuke Konishi | 1 | -0/+5 |
| 2023-08-10 | nilfs2: use setup_bdev_super to de-duplicate the mount code | Christoph Hellwig | 1 | -51/+30 |
| 2023-08-04 | nilfs2: fix use-after-free of nilfs_root in dirtying inodes via iput | Ryusuke Konishi | 3 | -0/+12 |
| 2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 1 | -0/+1 |
| 2023-08-02 | fs: rename and move block_page_mkwrite_return | Christoph Hellwig | 1 | -1/+1 |
| 2023-07-24 | nilfs2: convert to ctime accessor functions | Jeff Layton | 4 | -14/+14 |
| 2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -8/+4 |
| 2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
| 2023-06-19 | nilfs2: prevent general protection fault in nilfs_clear_dirty_page() | Ryusuke Konishi | 1 | -1/+9 |
| 2023-06-19 | nilfs2: fix buffer corruption due to concurrent device reads | Ryusuke Konishi | 3 | -1/+35 |
| 2023-06-12 | nilfs2: reject devices with insufficient block count | Ryusuke Konishi | 1 | -1/+42 |
| 2023-06-12 | nilfs2: fix possible out-of-bounds segment allocation in resize ioctl | Ryusuke Konishi | 1 | -0/+9 |
| 2023-06-12 | nilfs2: fix incomplete buffer cleanup in nilfs_btnode_abort_change_key() | Ryusuke Konishi | 1 | -2/+10 |
| 2023-06-12 | fs: remove sb->s_mode | Christoph Hellwig | 1 | -1/+0 |
| 2023-06-12 | block: add a sb_open_mode helper | Christoph Hellwig | 1 | -5/+2 |
| 2023-06-12 | block: use the holder as indication for exclusive opens | Christoph Hellwig | 1 | -3/+3 |
| 2023-06-05 | block: introduce holder ops | Christoph Hellwig | 1 | -1/+1 |
| 2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -1/+1 |
| 2023-05-17 | nilfs2: fix use-after-free bug of nilfs_root in nilfs_evict_inode() | Ryusuke Konishi | 1 | -0/+18 |
| 2023-05-06 | nilfs2: do not write dirty data after degenerating to read-only | Ryusuke Konishi | 1 | -1/+4 |
| 2023-05-06 | nilfs2: fix infinite loop in nilfs_mdt_get_block() | Ryusuke Konishi | 1 | -4/+12 |
| 2023-04-18 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes | Andrew Morton | 1 | -0/+20 |
| 2023-04-18 | nilfs2: initialize unused bytes in segment summary blocks | Ryusuke Konishi | 1 | -0/+20 |
| 2023-04-16 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes | Andrew Morton | 5 | -7/+12 |
| 2023-04-05 | mm: return an ERR_PTR from __filemap_get_folio | Christoph Hellwig | 1 | -3/+3 |
| 2023-04-05 | nilfs2: fix sysfs interface lifetime | Ryusuke Konishi | 2 | -5/+9 |
| 2023-04-05 | nilfs2: initialize "struct nilfs_binfo_dat"->bi_pad field | Tetsuo Handa | 2 | -0/+2 |
| 2023-04-05 | nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread() | Ryusuke Konishi | 1 | -2/+1 |
| 2023-03-23 | nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy() | Ryusuke Konishi | 1 | -1/+1 |
| 2023-02-23 | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -10/+28 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 6 | -63/+66 |
| 2023-02-20 | Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+1 |
| 2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -15/+15 |
| 2023-02-17 | nilfs2: fix underflow in second superblock position calculations | Ryusuke Konishi | 3 | -1/+23 |
| 2023-02-02 | nilfs2: prevent WARNING in nilfs_dat_commit_end() | Ryusuke Konishi | 1 | -0/+11 |
| 2023-02-02 | nilfs2: replace WARN_ONs for invalid DAT metadata block requests | Ryusuke Konishi | 1 | -10/+17 |
| 2023-02-02 | nilfs2: convert nilfs_clear_dirty_pages() to use filemap_get_folios_tag() | Vishal Moola (Oracle) | 1 | -10/+10 |
| 2023-02-02 | nilfs2: convert nilfs_copy_dirty_pages() to use filemap_get_folios_tag() | Vishal Moola (Oracle) | 1 | -19/+20 |
| 2023-02-02 | nilfs2: convert nilfs_btree_lookup_dirty_buffers() to use filemap_get_folios_... | Vishal Moola (Oracle) | 1 | -7/+7 |
| 2023-02-02 | nilfs2: convert nilfs_lookup_dirty_node_buffers() to use filemap_get_folios_t... | Vishal Moola (Oracle) | 1 | -8/+7 |
| 2023-02-02 | nilfs2: convert nilfs_lookup_dirty_data_buffers() to use filemap_get_folios_t... | Vishal Moola (Oracle) | 1 | -13/+16 |
| 2023-01-26 | fs: build the legacy direct I/O code conditionally | Christoph Hellwig | 1 | -0/+1 |
| 2023-01-19 | fs: port inode_init_owner() to mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
| 2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 2 | -2/+2 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2 | -4/+4 |
| 2023-01-18 | nilfs2: replace obvious uses of b_page with b_folio | Matthew Wilcox (Oracle) | 5 | -6/+6 |
| 2023-01-11 | nilfs2: fix general protection fault in nilfs_btree_insert() | Ryusuke Konishi | 1 | -3/+12 |
| 2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 1 | -1/+1 |
| 2022-12-12 | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -8/+65 |
| 2022-11-30 | nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry() | ZhangPeng | 1 | -0/+7 |
| 2022-11-22 | nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty | Chen Zhongjin | 1 | -0/+8 |
| 2022-11-18 | nilfs2: fix shift-out-of-bounds due to too large exponent of block size | Ryusuke Konishi | 1 | -4/+38 |
| 2022-11-18 | nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset() | Ryusuke Konishi | 1 | -4/+27 |
| 2022-11-08 | nilfs2: fix use-after-free bug of ns_writer on remount | Ryusuke Konishi | 2 | -9/+8 |
| 2022-11-08 | nilfs2: fix deadlock in nilfs_count_free_blocks() | Ryusuke Konishi | 1 | -2/+0 |
| 2022-10-12 | Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2 | -5/+21 |
| 2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -11/+13 |
| 2022-10-11 | nilfs2: fix leak of nilfs_root in case of writer thread creation failure | Ryusuke Konishi | 1 | -4/+3 |
| 2022-10-11 | nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level() | Ryusuke Konishi | 1 | -0/+2 |
| 2022-10-11 | nilfs2: fix use-after-free bug of struct nilfs_root | Ryusuke Konishi | 1 | -1/+16 |
| 2022-10-11 | nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure | Ryusuke Konishi | 1 | -4/+10 |
| 2022-10-03 | nilfs2: remove the unneeded result variable | ye xingchen | 1 | -3/+1 |
| 2022-10-03 | nilfs2: delete unnecessary checks before brelse() | Minghao Chi | 1 | -4/+2 |
| 2022-09-11 | nilfs2: convert nilfs_find_uncommited_extent() to use filemap_get_folios_cont... | Vishal Moola (Oracle) | 1 | -27/+18 |
| 2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -30/+30 |
| 2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -22/+22 |
| 2022-07-14 | fs/nilfs2: Use the enum req_op and blk_opf_t types | Bart Van Assche | 5 | -21/+21 |
| 2022-07-14 | fs/buffer: Combine two submit_bh() and ll_rw_block() arguments | Bart Van Assche | 3 | -3/+3 |
| 2022-07-03 | nilfs2: fix incorrect masking of permission flags for symlinks | Ryusuke Konishi | 1 | -0/+3 |
| 2022-06-29 | nilfs2: Remove check for PageError | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-06-29 | nilfs2: Convert nilfs_copy_back_pages() to use filemap_get_folios() | Matthew Wilcox (Oracle) | 1 | -29/+29 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -15/+14 |
| 2022-05-12 | nilfs2: Fix some kernel-doc comments | Yang Li | 1 | -6/+7 |
| 2022-05-09 | nilfs2: Remove comment about releasepage | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2022-05-09 | fs: Convert mpage_readpage to mpage_read_folio | Matthew Wilcox (Oracle) | 1 | -5/+5 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-08 | fs: Remove aop flags parameter from block_write_begin() | Matthew Wilcox (Oracle) | 2 | -3/+2 |
| 2022-04-17 | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD | Christoph Hellwig | 2 | -4/+4 |
| 2022-04-17 | block: add a bdev_discard_granularity helper | Christoph Hellwig | 1 | -2/+2 |
| 2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig | 1 | -1/+1 |
| 2022-04-01 | nilfs2: get rid of nilfs_mapping_init() | Ryusuke Konishi | 2 | -10/+0 |
| 2022-04-01 | nilfs2: fix lockdep warnings during disk space reclamation | Ryusuke Konishi | 5 | -21/+92 |
| 2022-04-01 | nilfs2: fix lockdep warnings in page operations for btree nodes | Ryusuke Konishi | 10 | -50/+154 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -22/+21 |
| 2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -17/+1 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2022-03-22 | remove bdi_congested() and wb_congested() and related functions | NeilBrown | 1 | -16/+0 |
| 2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2022-03-16 | nilfs: Convert nilfs_set_page_dirty() to nilfs_dirty_folio() | Matthew Wilcox (Oracle) | 1 | -20/+18 |
| 2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 2 | -1/+2 |
| 2022-02-27 | nilfs2: pass the operation to bio_alloc | Christoph Hellwig | 1 | -11/+9 |
| 2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 1 | -2/+2 |
| 2022-02-02 | nilfs2: remove nilfs_alloc_seg_bio | Christoph Hellwig | 1 | -27/+4 |
| 2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
| 2022-01-20 | nilfs2: remove redundant pointer sbufs | Colin Ian King | 1 | -2/+2 |
| 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 |
| 2020-06-02 | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2020-06-02 | fs: convert mpage_readpages to mpage_readahead | Matthew Wilcox (Oracle) | 1 | -12/+3 |