index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
Commit message (
Expand
)
Author
Age
Files
Lines
*
headers: smp_lock.h redux
Alexey Dobriyan
2009-07-12
1
-1
/
+0
*
nilfs2: fix disorder in cp count on error during deleting checkpoints
Jiro SEKIBA
2009-07-05
1
-3
/
+2
*
nilfs2: fix lockdep warning between regular file and inode file
Ryusuke Konishi
2009-07-05
1
-0
/
+5
*
nilfs2: fix incorrect KERN_CRIT messages in case of write failures
Ryusuke Konishi
2009-07-05
1
-9
/
+0
*
nilfs2: fix hang problem of log writer which occurs after write failures
Ryusuke Konishi
2009-07-05
1
-20
/
+6
*
nilfs2: remove unlikely directive causing mis-conversion of error code
Ryusuke Konishi
2009-07-05
1
-2
/
+2
*
switch nilfs2 to inode->i_acl
Al Viro
2009-06-24
3
-22
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
2009-06-15
26
-858
/
+725
|
\
|
*
nilfs2: support contiguous lookup of blocks
Ryusuke Konishi
2009-06-10
5
-8
/
+150
|
*
nilfs2: add sync_page method to page caches of meta data
Ryusuke Konishi
2009-06-10
3
-3
/
+7
|
*
nilfs2: use device's backing_dev_info for btree node caches
Ryusuke Konishi
2009-06-10
5
-6
/
+13
|
*
nilfs2: return EBUSY against delete request on snapshot
Ryusuke Konishi
2009-06-10
1
-12
/
+2
|
*
nilfs2: enable sync_page method
Ryusuke Konishi
2009-06-10
1
-1
/
+1
|
*
nilfs2: set bio unplug flag for the last bio in segment
Ryusuke Konishi
2009-06-10
1
-1
/
+1
|
*
nilfs2: allow future expansion of metadata read out via get info ioctl
Ryusuke Konishi
2009-06-10
7
-39
/
+54
|
*
NILFS2: Pagecache usage optimization on NILFS2
Hisashi Hifumi
2009-06-10
1
-0
/
+1
|
*
nilfs2: remove nilfs_btree_operations from btree mapping
Ryusuke Konishi
2009-06-10
2
-63
/
+15
|
*
nilfs2: remove nilfs_direct_operations from direct mapping
Ryusuke Konishi
2009-06-10
2
-52
/
+10
|
*
nilfs2: remove bmap pointer operations
Ryusuke Konishi
2009-06-10
4
-234
/
+187
|
*
nilfs2: remove useless b_low and b_high fields from nilfs_bmap struct
Ryusuke Konishi
2009-06-10
6
-43
/
+18
|
*
nilfs2: remove pointless NULL check of bpop_commit_alloc_ptr function
Ryusuke Konishi
2009-06-10
2
-13
/
+6
|
*
nilfs2: move get block functions in bmap.c into btree codes
Ryusuke Konishi
2009-06-10
3
-48
/
+35
|
*
nilfs2: remove nilfs_bmap_delete_block
Ryusuke Konishi
2009-06-10
3
-11
/
+4
|
*
nilfs2: remove nilfs_bmap_put_block
Ryusuke Konishi
2009-06-10
3
-24
/
+16
|
*
nilfs2: remove header file for segment list operations
Ryusuke Konishi
2009-06-10
4
-93
/
+25
|
*
nilfs2: eliminate removal list of segments
Ryusuke Konishi
2009-06-10
6
-156
/
+74
|
*
nilfs2: add sufile function that can modify multiple segment usages
Ryusuke Konishi
2009-06-10
2
-0
/
+101
|
*
nilfs2: unify bmap operations starting use of indirect block address
Ryusuke Konishi
2009-06-10
4
-45
/
+14
|
*
nilfs2: remove nilfs_dat_prepare_free function
Ryusuke Konishi
2009-06-10
1
-15
/
+0
*
|
nilfs2: get rid of bd_mount_sem use from nilfs
Ryusuke Konishi
2009-06-11
4
-9
/
+12
*
|
nilfs2: correct exclusion control in nilfs_remount function
Ryusuke Konishi
2009-06-11
3
-31
/
+33
*
|
nilfs2: simplify remaining sget() use
Ryusuke Konishi
2009-06-11
4
-25
/
+75
*
|
nilfs2: get rid of sget use for checking if current mount is present
Ryusuke Konishi
2009-06-11
2
-60
/
+35
*
|
nilfs2: get rid of sget use for acquiring nilfs object
Ryusuke Konishi
2009-06-11
3
-65
/
+76
*
|
nilfs2: remove meaningless EBUSY case from nilfs_get_sb function
Ryusuke Konishi
2009-06-11
1
-2
/
+0
*
|
nilfs2: call nilfs2_write_super from nilfs2_sync_fs
Christoph Hellwig
2009-06-11
1
-0
/
+2
*
|
Push BKL down into ->remount_fs()
Alessio Igor Bogani
2009-06-11
1
-0
/
+4
*
|
push BKL down into ->put_super
Christoph Hellwig
2009-06-11
1
-0
/
+4
*
|
remove ->write_super call in generic_shutdown_super
Christoph Hellwig
2009-06-11
1
-0
/
+4
*
|
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2009-06-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
block: Do away with the notion of hardsect_size
Martin K. Petersen
2009-05-22
1
-1
/
+1
*
|
nilfs2: fix bh leak in nilfs_cpfile_delete_checkpoints function
Ryusuke Konishi
2009-05-30
1
-2
/
+4
|
/
*
nilfs2: fix memory leak in nilfs_ioctl_clean_segments
Ryusuke Konishi
2009-05-22
1
-1
/
+1
*
nilfs2: check size of array structured data exchanged via ioctls
Ryusuke Konishi
2009-05-12
1
-0
/
+10
*
nilfs2: fix lock order reversal in nilfs_clean_segments ioctl
Ryusuke Konishi
2009-05-11
4
-74
/
+100
*
nilfs2: fix possible circular locking for get information ioctls
Ryusuke Konishi
2009-05-11
1
-62
/
+38
*
nilfs2: ensure to clear dirty state when deleting metadata file block
Ryusuke Konishi
2009-05-10
2
-2
/
+3
*
nilfs2: fix circular locking dependency of writer mutex
Ryusuke Konishi
2009-05-09
2
-9
/
+12
*
nilfs2: fix possible recovery failure due to block creation without writer
Ryusuke Konishi
2009-05-09
1
-2
/
+4
*
nilfs2: fix possible mismatch of sufile counters on recovery
Ryusuke Konishi
2009-04-13
3
-16
/
+45
[next]