Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9b83a1c301ad6d24988a128c69b42cbaaf537d82
/
fs
/
nilfs2
/
segment.c
fb04b91
nilfs2: use time64_t internally
by Arnd Bergmann
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
31ccb1f
nilfs2: fix race condition that causes file system corruption
by Andreas Rohner
· 7 years ago
7554e9c
fs/nilfs2: convert timers to use timer_setup()
by Kees Cook
· 7 years ago
8667982
mm, pagevec: remove cold parameter for pagevecs
by Mel Gorman
· 7 years ago
67fd707
mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()
by Jan Kara
· 7 years ago
40f9c51
nilfs2: use pagevec_lookup_range_tag()
by Jan Kara
· 7 years ago
2055da9
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
by Ingo Molnar
· 7 years ago
ac6424b
sched/wait: Rename wait_queue_t => wait_queue_entry_t
by Ingo Molnar
· 7 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
9340747
fs: add i_blocksize()
by Fabian Frederick
· 8 years ago
4ce5c34
nilfs2: use BIT() macro
by Ryusuke Konishi
· 8 years ago
aceb417
nilfs2: do not use yield()
by Ryusuke Konishi
· 8 years ago
d6517de
nilfs2: replace nilfs_warning() with nilfs_msg()
by Ryusuke Konishi
· 8 years ago
feee880
nilfs2: reduce bare use of printk() with nilfs_msg()
by Ryusuke Konishi
· 8 years ago
076a378
nilfs2: fix block comments
by Ryusuke Konishi
· 8 years ago
7f00184
nilfs2: remove unnecessary else after return or break
by Ryusuke Konishi
· 8 years ago
0c6c44c
nilfs2: avoid bare use of 'unsigned'
by Ryusuke Konishi
· 8 years ago
06f4abf
nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()
by Ryusuke Konishi
· 8 years ago
4ad364c
nilfs2: add missing line spacing
by Ryusuke Konishi
· 8 years ago
4b420ab
nilfs2: clean up old e-mail addresses
by Ryusuke Konishi
· 8 years ago
5726d0b
nilfs2: remove FSF mailing address from GPL notices
by Ryusuke Konishi
· 8 years ago
1c613cb
nilfs2: constify nilfs_sc_operations structures
by Julia Lawall
· 8 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
09ef29e
nilfs2: fix gcc unused-but-set-variable warnings
by Ryusuke Konishi
· 9 years ago
44fda11
nilfs2: add a tracepoint for transaction events
by Hitoshi Mitake
· 9 years ago
5849770
nilfs2: add a tracepoint for tracking stage transition of segment construction
by Hitoshi Mitake
· 9 years ago
ead8ecf
nilfs2: use set_mask_bits() for operations on buffer state bitmap
by Ryusuke Konishi
· 10 years ago
6fb7a61
nilfs2: do not use async write flag for segment summary buffers
by Ryusuke Konishi
· 10 years ago
283ee148
nilfs2: fix deadlock of segment constructor during recovery
by Ryusuke Konishi
· 10 years ago
7ef3ff2
nilfs2: fix deadlock of segment constructor over I_SYNC flag
by Ryusuke Konishi
· 10 years ago
b9f6614
nilfs2: improve the performance of fdatasync()
by Andreas Rohner
· 10 years ago
e2c7617
nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()
by Andreas Rohner
· 10 years ago
70f2fe3
nilfs2: fix segctor bug that causes file system corruption
by Andreas Rohner
· 11 years ago
7f42ec3
nilfs2: fix issue with race condition of competition between segments for dirty blocks
by Vyacheslav Dubeyko
· 11 years ago
e5f7f84
] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root struct
by Vyacheslav Dubeyko
· 11 years ago
2c22b33
nilfs2: Convert to new freezing mechanism
by Jan Kara
· 12 years ago
fbb24a3
nilfs2: ensure proper cache clearing for gc-inodes
by Ryusuke Konishi
· 12 years ago
a0acae0
freezer: unexport refrigerator() and update try_to_freeze() slightly
by Tejun Heo
· 13 years ago
071d73c
nilfs2: fix problem in setting checkpoint interval
by Ryusuke Konishi
· 13 years ago
5fc7b14
nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty
by Ryusuke Konishi
· 14 years ago
aa405b1
nilfs2: always set back pointer to host inode in mapping->host
by Ryusuke Konishi
· 14 years ago
0cc128388
nilfs2: use list_first_entry
by Ryusuke Konishi
· 14 years ago
56eb553
nilfs2: zero fill unused portion of super root block
by Ryusuke Konishi
· 14 years ago
6c6de1a
nilfs2: super root size should change depending on inode size
by Ryusuke Konishi
· 14 years ago
1cb2d38
nilfs2: get rid of private page allocator
by Ryusuke Konishi
· 14 years ago
eaae0f3
nilfs2: merge list_del()/list_add_tail() to list_move_tail()
by Nicolas Kaiser
· 14 years ago
e3154e9
nilfs2: get rid of nilfs_sb_info structure
by Ryusuke Konishi
· 14 years ago
f754514
nilfs2: use sb instance instead of nilfs_sb_info struct
by Ryusuke Konishi
· 14 years ago
d96bbfa
nilfs2: get rid of sc_sbi back pointer
by Ryusuke Konishi
· 14 years ago
3fd3fe5
nilfs2: move log writer onto nilfs object
by Ryusuke Konishi
· 14 years ago
693dd32
nilfs2: move s_inode_lock and s_dirty_files into nilfs object
by Ryusuke Konishi
· 14 years ago
574e6c3
nilfs2: move parameters on nilfs_sb_info into nilfs object
by Ryusuke Konishi
· 14 years ago
3b2ce58
nilfs2: move mount options to nilfs object
by Ryusuke Konishi
· 14 years ago
72746ac
nilfs2: fix regression that i-flag is not set on changeless checkpoints
by Ryusuke Konishi
· 14 years ago
365e215
nilfs2: unfold nilfs_dat_inode function
by Ryusuke Konishi
· 14 years ago
27e6c7a
nilfs2: mark buffer heads as delayed until the data is written to disk
by Ryusuke Konishi
· 14 years ago
e828949
nilfs2: call nilfs_error inside bmap routines
by Ryusuke Konishi
· 14 years ago
f629d1c
mm: add account_page_writeback()
by Michael Rubin
· 14 years ago
6b81e14
nilfs2: eliminate sparse warning - "context imbalance"
by Jiro SEKIBA
· 14 years ago
5beb6e0
nilfs2: add bdev freeze/thaw support
by Ryusuke Konishi
· 14 years ago
090fd5b
nilfs2: get rid of back pointer to writable sb instance
by Ryusuke Konishi
· 14 years ago
c1c1d7092
nilfs2: get rid of GCDAT inode
by Ryusuke Konishi
· 14 years ago
b1f6a4f
nilfs2: add routines to redirect access to buffers of DAT file
by Ryusuke Konishi
· 14 years ago
b7c0634
nilfs2: move inode count and block count into root object
by Ryusuke Konishi
· 14 years ago
e912a5b
nilfs2: use root object to get ifile
by Ryusuke Konishi
· 14 years ago
263d90c
nilfs2: remove own inode hash used for GC
by Ryusuke Konishi
· 14 years ago
6c43f41
nilfs2: keep zero value in i_cno except for gc-inodes
by Ryusuke Konishi
· 14 years ago
3250204
nilfs2: do not update log cursor for small change
by Ryusuke Konishi
· 14 years ago
b2ac86e
nilfs2: sync super blocks in turns
by Jiro SEKIBA
· 14 years ago
d26493b
nilfs2: introduce nilfs_prepare_super
by Jiro SEKIBA
· 14 years ago
4762077
nilfs2: get rid of macros for segment summary information
by Ryusuke Konishi
· 14 years ago
4e81950
nilfs2: make nilfs_sc_*_ops static
by Ryusuke Konishi
· 15 years ago
fdce895
nilfs2: change sc_timer from a pointer to an embedded one in struct nilfs_sc_info
by Li Hong
· 15 years ago
154ac5a
nilfs2: remove nilfs_segctor_init() in segment.c
by Li Hong
· 15 years ago
50614bc
nilfs2: insert checkpoint number in segment summary header
by Ryusuke Konishi
· 15 years ago
41c88bd
nilfs2: cleanup multi kmem_cache_{create,destroy} code
by Li Hong
· 15 years ago
aaed1d5
nilfs2: move out checksum routines to segment buffer code
by Ryusuke Konishi
· 15 years ago
1e2b68b
nilfs2: move pointer to super root block into logs
by Ryusuke Konishi
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
110d735
nilfs2: fix hang-up of cleaner after log writer returned with error
by Ryusuke Konishi
· 15 years ago
2d8428a
nilfs2: fix duplicate call to nilfs_segctor_cancel_freev
by Ryusuke Konishi
· 15 years ago
7a65004
nilfs2: fix various typos in comments
by Ryusuke Konishi
· 15 years ago
9ccf56c
nilfs2: fix function name typos in docbook comments
by Ryusuke Konishi
· 15 years ago
d1c6b72
nilfs2: move iterator to write log into segment buffer
by Ryusuke Konishi
· 15 years ago
e605f0a
nilfs2: get rid of s_dirt flag use
by Ryusuke Konishi
· 15 years ago
dcd7618
nilfs2: get rid of nilfs_segctor_req struct
by Ryusuke Konishi
· 15 years ago
fe5f171
nilfs2: fix potential hang in nilfs_error on errors=remount-ro
by Ryusuke Konishi
· 15 years ago
e902ec9
nilfs2: issue discard request after cleaning segments
by Jiro SEKIBA
· 15 years ago
3256a05
nilfs2: fix potential leak of dirty data on umount
by Ryusuke Konishi
· 15 years ago
a694291a
nilfs2: separate wait function from nilfs_segctor_write
by Ryusuke Konishi
· 15 years ago
e29df39
nilfs2: add iterator for segment buffers
by Ryusuke Konishi
· 15 years ago
9c965ba
nilfs2: hide nilfs_write_info struct in segment buffer code
by Ryusuke Konishi
· 15 years ago
9284ad2
nilfs2: relocate io status variables to segment buffer
by Ryusuke Konishi
· 15 years ago
0935db7
nilfs2: use list_splice_tail or list_splice_tail_init
by Ryusuke Konishi
· 15 years ago
071ec54
nilfs2: move routine to set segment usage into sufile
by Ryusuke Konishi
· 15 years ago
61a189e
nilfs2: move routine marking segment usage dirty into sufile
by Ryusuke Konishi
· 15 years ago
3961f0e
nilfs2: eliminate inlines to directly read/write inode of metadata files
by Ryusuke Konishi
· 15 years ago
aeda7f6
nilfs2: fix irregular checkpoint creation due to data flush
by Ryusuke Konishi
· 15 years ago
1dfa271
nilfs2: stop using periodic write_super callback
by Jiro SEKIBA
· 15 years ago
Next »