summaryrefslogtreecommitdiff
path: root/fs/nilfs2/segment.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-07fs/nilfs2: fix misspellings using codespell toolLiu xuzhi1-2/+2
2020-12-16fs/nilfs2: remove some unused macros to tame gccAlex Shi1-5/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-7/+12
2020-08-12nilfs2: use a more common logging styleJoe Perches1-19/+19
2020-06-11nilfs2: fix null pointer dereference at nilfs_segctor_do_construct()Ryusuke Konishi1-0/+2
2018-09-05nilfs2: convert to SPDX license tagsRyusuke Konishi1-10/+1
2018-02-07nilfs2: use time64_t internallyArnd Bergmann1-1/+1
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-18nilfs2: fix race condition that causes file system corruptionAndreas Rohner1-2/+4
2017-11-18fs/nilfs2: convert timers to use timer_setup()Kees Cook1-6/+5
2017-11-16mm, pagevec: remove cold parameter for pagevecsMel Gorman1-2/+2
2017-11-16mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-3/+3
2017-11-16nilfs2: use pagevec_lookup_range_tag()Jan Kara1-6/+2
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar1-2/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+2
2017-02-28fs: add i_blocksize()Fabian Frederick1-1/+1
2016-08-03nilfs2: use BIT() macroRyusuke Konishi1-7/+7
2016-08-03nilfs2: do not use yield()Ryusuke Konishi1-1/+1
2016-08-03nilfs2: replace nilfs_warning() with nilfs_msg()Ryusuke Konishi1-10/+10
2016-08-03nilfs2: reduce bare use of printk() with nilfs_msg()Ryusuke Konishi1-13/+12
2016-05-24nilfs2: fix block commentsRyusuke Konishi1-19/+37
2016-05-24nilfs2: remove unnecessary else after return or breakRyusuke Konishi1-14/+12
2016-05-24nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-9/+9
2016-05-24nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()Ryusuke Konishi1-4/+4
2016-05-24nilfs2: add missing line spacingRyusuke Konishi1-0/+1
2016-05-24nilfs2: clean up old e-mail addressesRyusuke Konishi1-1/+1
2016-05-24nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2016-05-24nilfs2: constify nilfs_sc_operations structuresJulia Lawall1-5/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2015-11-07nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi1-2/+1
2015-11-07nilfs2: add a tracepoint for transaction eventsHitoshi Mitake1-1/+32
2015-11-07nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake1-20/+51
2015-04-17nilfs2: use set_mask_bits() for operations on buffer state bitmapRyusuke Konishi1-6/+8
2015-04-17nilfs2: do not use async write flag for segment summary buffersRyusuke Konishi1-3/+0
2015-03-13nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi1-3/+4
2015-02-06nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi1-5/+39
2014-10-14nilfs2: improve the performance of fdatasync()Andreas Rohner1-2/+2
2014-10-14nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()Andreas Rohner1-0/+3
2014-01-15nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner1-4/+6
2013-10-01nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko1-2/+9
2013-07-04] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...Vyacheslav Dubeyko1-2/+2
2012-07-31nilfs2: Convert to new freezing mechanismJan Kara1-1/+4
2012-06-21nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi1-0/+2
2011-11-22freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo1-1/+1
2011-06-11nilfs2: fix problem in setting checkpoint intervalRyusuke Konishi1-1/+1
2011-05-10nilfs2: use mark_buffer_dirty to mark btnode or meta data dirtyRyusuke Konishi1-2/+2
2011-05-10nilfs2: always set back pointer to host inode in mapping->hostRyusuke Konishi1-11/+5
2011-05-10nilfs2: use list_first_entryRyusuke Konishi1-2/+2
2011-05-10nilfs2: zero fill unused portion of super root blockRyusuke Konishi1-2/+5