Age | Commit message (Expand) | Author | Files | Lines |
2024-09-16 | Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -8/+8 |
2024-09-01 | nilfs2: fix missing cleanup on rollforward recovery error | Ryusuke Konishi | 1 | -2/+33 |
2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -4/+2 |
2024-08-07 | buffer: Convert block_write_end() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2024-08-07 | nilfs2: Use a folio in nilfs_recover_dsync_blocks() | Matthew Wilcox (Oracle) | 1 | -4/+6 |
2024-05-19 | nilfs2: make block erasure safe in nilfs_finish_roll_forward() | Ryusuke Konishi | 1 | -0/+4 |
2024-05-11 | nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to WARN_ON() | Ryusuke Konishi | 1 | -1/+3 |
2024-04-25 | nilfs2: add kernel-doc comments to nilfs_do_roll_forward() | Yang Li | 1 | -0/+1 |
2024-02-22 | nilfs2: convert recovery logic to use kmap_local | Ryusuke Konishi | 1 | -2/+2 |
2024-02-07 | nilfs2: fix data corruption in dsync block recovery for small block sizes | Ryusuke Konishi | 1 | -3/+4 |
2022-05-08 | fs: Remove aop flags parameter from block_write_begin() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2021-11-09 | nilfs2: remove filenames from file comments | Ryusuke Konishi | 1 | -1/+1 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-08-12 | nilfs2: use a more common logging style | Joe Perches | 1 | -18/+14 |
2018-09-04 | nilfs2: convert to SPDX license tags | Ryusuke Konishi | 1 | -10/+1 |
2016-08-02 | nilfs2: reduce bare use of printk() with nilfs_msg() | Ryusuke Konishi | 1 | -37/+35 |
2016-05-23 | nilfs2: fix block comments | Ryusuke Konishi | 1 | -5/+9 |
2016-05-23 | nilfs2: avoid bare use of 'unsigned' | Ryusuke Konishi | 1 | -2/+2 |
2016-05-23 | nilfs2: add missing line spacing | Ryusuke Konishi | 1 | -0/+1 |
2016-05-23 | nilfs2: clean up old e-mail addresses | Ryusuke Konishi | 1 | -1/+1 |
2016-05-23 | nilfs2: remove FSF mailing address from GPL notices | Ryusuke Konishi | 1 | -4/+0 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
2015-11-06 | nilfs2: fix gcc uninitialized-variable warnings in powerpc build | Ryusuke Konishi | 1 | -2/+2 |
2012-12-20 | nilfs2: drop vmtruncate | Marco Stornelli | 1 | -1/+2 |
2012-03-20 | nilfs2: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
2011-05-10 | nilfs2: use list_first_entry | Ryusuke Konishi | 1 | -6/+6 |
2011-03-09 | nilfs2: use sb instance instead of nilfs_sb_info struct | Ryusuke Konishi | 1 | -16/+16 |
2011-01-10 | nilfs2: do not pass sbi to functions which can get it from inode | Ryusuke Konishi | 1 | -1/+1 |
2010-10-23 | nilfs2: get rid of back pointer to writable sb instance | Ryusuke Konishi | 1 | -4/+0 |
2010-10-23 | nilfs2: use root object to get ifile | Ryusuke Konishi | 1 | -2/+1 |
2010-10-23 | nilfs2: set pointer to root object in inodes | Ryusuke Konishi | 1 | -4/+8 |
2010-08-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+7 |
2010-08-09 | get rid of block_write_begin_newtrunc | Christoph Hellwig | 1 | -4/+7 |
2010-07-23 | nilfs2: add missing error code in comment of nilfs_search_super_root | Ryusuke Konishi | 1 | -0/+2 |
2010-07-23 | nilfs2: do not use nilfs_segsum_info structure in recovery code | Ryusuke Konishi | 1 | -54/+37 |
2010-07-23 | nilfs2: divide load_segment_summary function | Ryusuke Konishi | 1 | -41/+69 |
2010-07-23 | nilfs2: rename nilfs_recover_logical_segments function | Ryusuke Konishi | 1 | -6/+5 |
2010-07-23 | nilfs2: refactor recovery logic routines | Ryusuke Konishi | 1 | -66/+94 |
2010-05-10 | nilfs2: insert checkpoint number in segment summary header | Ryusuke Konishi | 1 | -0/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-18 | nilfs2: delete unnecessary condition in load_segment_summary | Jiro SEKIBA | 1 | -30/+11 |
2009-11-29 | nilfs2: use list_splice_tail or list_splice_tail_init | Ryusuke Konishi | 1 | -1/+1 |
2009-11-20 | nilfs2: apply readahead for recovery on mount | Ryusuke Konishi | 1 | -7/+19 |
2009-11-20 | nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy | Ryusuke Konishi | 1 | -6/+0 |
2009-09-14 | nilfs2: fix format string compile warning (ino_t) | Heiko Carstens | 1 | -1/+2 |
2009-06-10 | nilfs2: remove header file for segment list operations | Ryusuke Konishi | 1 | -13/+24 |
2009-05-09 | nilfs2: fix possible recovery failure due to block creation without writer | Ryusuke Konishi | 1 | -2/+4 |
2009-04-13 | nilfs2: fix possible mismatch of sufile counters on recovery | Ryusuke Konishi | 1 | -16/+4 |
2009-04-07 | nilfs2: introduce secondary super block | Ryusuke Konishi | 1 | -1/+0 |
2009-04-07 | nilfs2: simplify handling of active state of segments | Ryusuke Konishi | 1 | -11/+1 |