index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
/
segment.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
1
-2
/
+1
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+2
2017-02-27
fs: add i_blocksize()
Fabian Frederick
1
-1
/
+1
2016-08-02
nilfs2: use BIT() macro
Ryusuke Konishi
1
-7
/
+7
2016-08-02
nilfs2: do not use yield()
Ryusuke Konishi
1
-1
/
+1
2016-08-02
nilfs2: replace nilfs_warning() with nilfs_msg()
Ryusuke Konishi
1
-10
/
+10
2016-08-02
nilfs2: reduce bare use of printk() with nilfs_msg()
Ryusuke Konishi
1
-13
/
+12
2016-05-23
nilfs2: fix block comments
Ryusuke Konishi
1
-19
/
+37
2016-05-23
nilfs2: remove unnecessary else after return or break
Ryusuke Konishi
1
-14
/
+12
2016-05-23
nilfs2: avoid bare use of 'unsigned'
Ryusuke Konishi
1
-9
/
+9
2016-05-23
nilfs2: do not emit extra newline on nilfs_warning() and nilfs_error()
Ryusuke Konishi
1
-4
/
+4
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-05-23
nilfs2: constify nilfs_sc_operations structures
Julia Lawall
1
-5
/
+5
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-1
/
+1
2015-11-06
nilfs2: fix gcc unused-but-set-variable warnings
Ryusuke Konishi
1
-2
/
+1
2015-11-06
nilfs2: add a tracepoint for transaction events
Hitoshi Mitake
1
-1
/
+32
2015-11-06
nilfs2: add a tracepoint for tracking stage transition of segment construction
Hitoshi Mitake
1
-20
/
+51
2015-04-17
nilfs2: use set_mask_bits() for operations on buffer state bitmap
Ryusuke Konishi
1
-6
/
+8
2015-04-17
nilfs2: do not use async write flag for segment summary buffers
Ryusuke Konishi
1
-3
/
+0
2015-03-12
nilfs2: fix deadlock of segment constructor during recovery
Ryusuke Konishi
1
-3
/
+4
2015-02-05
nilfs2: fix deadlock of segment constructor over I_SYNC flag
Ryusuke Konishi
1
-5
/
+39
2014-10-14
nilfs2: improve the performance of fdatasync()
Andreas Rohner
1
-2
/
+2
2014-10-14
nilfs2: add missing blkdev_issue_flush() to nilfs_sync_fs()
Andreas Rohner
1
-0
/
+3
2014-01-15
nilfs2: fix segctor bug that causes file system corruption
Andreas Rohner
1
-4
/
+6
2013-09-30
nilfs2: fix issue with race condition of competition between segments for dir...
Vyacheslav Dubeyko
1
-2
/
+9
2013-07-03
] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nil...
Vyacheslav Dubeyko
1
-2
/
+2
2012-07-31
nilfs2: Convert to new freezing mechanism
Jan Kara
1
-1
/
+4
2012-06-20
nilfs2: ensure proper cache clearing for gc-inodes
Ryusuke Konishi
1
-0
/
+2
2011-11-21
freezer: unexport refrigerator() and update try_to_freeze() slightly
Tejun Heo
1
-1
/
+1
2011-06-11
nilfs2: fix problem in setting checkpoint interval
Ryusuke Konishi
1
-1
/
+1
2011-05-10
nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty
Ryusuke Konishi
1
-2
/
+2
2011-05-10
nilfs2: always set back pointer to host inode in mapping->host
Ryusuke Konishi
1
-11
/
+5
2011-05-10
nilfs2: use list_first_entry
Ryusuke Konishi
1
-2
/
+2
2011-05-10
nilfs2: zero fill unused portion of super root block
Ryusuke Konishi
1
-2
/
+5
2011-05-10
nilfs2: super root size should change depending on inode size
Ryusuke Konishi
1
-1
/
+1
2011-05-10
nilfs2: get rid of private page allocator
Ryusuke Konishi
1
-136
/
+17
2011-05-10
nilfs2: merge list_del()/list_add_tail() to list_move_tail()
Nicolas Kaiser
1
-4
/
+2
2011-03-09
nilfs2: get rid of nilfs_sb_info structure
Ryusuke Konishi
1
-23
/
+24
2011-03-09
nilfs2: use sb instance instead of nilfs_sb_info struct
Ryusuke Konishi
1
-49
/
+41
2011-03-09
nilfs2: get rid of sc_sbi back pointer
Ryusuke Konishi
1
-17
/
+12
2011-03-09
nilfs2: move log writer onto nilfs object
Ryusuke Konishi
1
-29
/
+29
2011-03-09
nilfs2: move s_inode_lock and s_dirty_files into nilfs object
Ryusuke Konishi
1
-40
/
+40
2011-03-09
nilfs2: move parameters on nilfs_sb_info into nilfs object
Ryusuke Konishi
1
-4
/
+5
2011-03-09
nilfs2: move mount options to nilfs object
Ryusuke Konishi
1
-4
/
+5
2011-03-02
nilfs2: fix regression that i-flag is not set on changeless checkpoints
Ryusuke Konishi
1
-1
/
+2
2011-01-10
nilfs2: unfold nilfs_dat_inode function
Ryusuke Konishi
1
-6
/
+5
2011-01-10
nilfs2: mark buffer heads as delayed until the data is written to disk
Ryusuke Konishi
1
-0
/
+2
[next]