| Commit message (Expand) | Author | Age | Files | Lines |
* | nilfs2: fix lockdep warnings in page operations for btree nodes | Ryusuke Konishi | 2022-04-01 | 1 | -3/+6 |
* | nilfs2: remove filenames from file comments | Ryusuke Konishi | 2021-11-09 | 1 | -1/+1 |
* | fs/nilfs2: fix misspellings using codespell tool | Liu xuzhi | 2021-05-07 | 1 | -2/+2 |
* | fs/nilfs2: remove some unused macros to tame gcc | Alex Shi | 2020-12-16 | 1 | -5/+0 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -7/+12 |
* | nilfs2: use a more common logging style | Joe Perches | 2020-08-12 | 1 | -19/+19 |
* | nilfs2: fix null pointer dereference at nilfs_segctor_do_construct() | Ryusuke Konishi | 2020-06-11 | 1 | -0/+2 |
* | nilfs2: convert to SPDX license tags | Ryusuke Konishi | 2018-09-05 | 1 | -10/+1 |
* | nilfs2: use time64_t internally | Arnd Bergmann | 2018-02-07 | 1 | -1/+1 |
* | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 2017-11-27 | 1 | -1/+1 |
* | nilfs2: fix race condition that causes file system corruption | Andreas Rohner | 2017-11-18 | 1 | -2/+4 |
* | fs/nilfs2: convert timers to use timer_setup() | Kees Cook | 2017-11-18 | 1 | -6/+5 |
* | mm, pagevec: remove cold parameter for pagevecs | Mel Gorman | 2017-11-16 | 1 | -2/+2 |
* | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag() | Jan Kara | 2017-11-16 | 1 | -3/+3 |
* | nilfs2: use pagevec_lookup_range_tag() | Jan Kara | 2017-11-16 | 1 | -6/+2 |
* | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming | Ingo Molnar | 2017-06-20 | 1 | -2/+1 |
* | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 2017-06-20 | 1 | -1/+1 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+2 |
* | fs: add i_blocksize() | Fabian Frederick | 2017-02-28 | 1 | -1/+1 |
* | nilfs2: use BIT() macro | Ryusuke Konishi | 2016-08-03 | 1 | -7/+7 |
* | nilfs2: do not use yield() | Ryusuke Konishi | 2016-08-03 | 1 | -1/+1 |
* | nilfs2: replace nilfs_warning() with nilfs_msg() | Ryusuke Konishi | 2016-08-03 | 1 | -10/+10 |
* | nilfs2: reduce bare use of printk() with nilfs_msg() | Ryusuke Konishi | 2016-08-03 | 1 | -13/+12 |
* | nilfs2: fix block comments | Ryusuke Konishi | 2016-05-24 | 1 | -19/+37 |
* | nilfs2: remove unnecessary else after return or break | Ryusuke Konishi | 2016-05-24 | 1 | -14/+12 |
* | nilfs2: avoid bare use of 'unsigned' | Ryusuke Konishi | 2016-05-24 | 1 | -9/+9 |
* | nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error() | Ryusuke Konishi | 2016-05-24 | 1 | -4/+4 |
* | nilfs2: add missing line spacing | Ryusuke Konishi | 2016-05-24 | 1 | -0/+1 |
* | nilfs2: clean up old e-mail addresses | Ryusuke Konishi | 2016-05-24 | 1 | -1/+1 |
* | nilfs2: remove FSF mailing address from GPL notices | Ryusuke Konishi | 2016-05-24 | 1 | -4/+0 |
* | nilfs2: constify nilfs_sc_operations structures | Julia Lawall | 2016-05-24 | 1 | -5/+5 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | nilfs2: fix gcc unused-but-set-variable warnings | Ryusuke Konishi | 2015-11-07 | 1 | -2/+1 |
* | nilfs2: add a tracepoint for transaction events | Hitoshi Mitake | 2015-11-07 | 1 | -1/+32 |
* | nilfs2: add a tracepoint for tracking stage transition of segment construction | Hitoshi Mitake | 2015-11-07 | 1 | -20/+51 |
* | nilfs2: use set_mask_bits() for operations on buffer state bitmap | Ryusuke Konishi | 2015-04-17 | 1 | -6/+8 |
* | nilfs2: do not use async write flag for segment summary buffers | Ryusuke Konishi | 2015-04-17 | 1 | -3/+0 |
* | nilfs2: fix deadlock of segment constructor during recovery | Ryusuke Konishi | 2015-03-13 | 1 | -3/+4 |
* | nilfs2: fix deadlock of segment constructor over I_SYNC flag | Ryusuke Konishi | 2015-02-05 | 1 | -5/+39 |
* | nilfs2: improve the performance of fdatasync() | Andreas Rohner | 2014-10-14 | 1 | -2/+2 |
* | nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs() | Andreas Rohner | 2014-10-14 | 1 | -0/+3 |
* | nilfs2: fix segctor bug that causes file system corruption | Andreas Rohner | 2014-01-15 | 1 | -4/+6 |
* | nilfs2: fix issue with race condition of competition between segments for dir... | Vyacheslav Dubeyko | 2013-09-30 | 1 | -2/+9 |
* | ] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil... | Vyacheslav Dubeyko | 2013-07-04 | 1 | -2/+2 |
* | nilfs2: Convert to new freezing mechanism | Jan Kara | 2012-07-31 | 1 | -1/+4 |
* | nilfs2: ensure proper cache clearing for gc-inodes | Ryusuke Konishi | 2012-06-20 | 1 | -0/+2 |
* | freezer: unexport refrigerator() and update try_to_freeze() slightly | Tejun Heo | 2011-11-21 | 1 | -1/+1 |
* | nilfs2: fix problem in setting checkpoint interval | Ryusuke Konishi | 2011-06-11 | 1 | -1/+1 |
* | nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty | Ryusuke Konishi | 2011-05-10 | 1 | -2/+2 |
* | nilfs2: always set back pointer to host inode in mapping->host | Ryusuke Konishi | 2011-05-10 | 1 | -11/+5 |