index
:
kernel_samsung_smdk4412.git
ath9k
master
migrate_3.2
qmi
replicant-6.0
replicant-6.0-old
upstreaming
kernel for Galaxy S3
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
nilfs2
Commit message (
Expand
)
Author
Age
Files
Lines
*
nilfs2: unbreak compat ioctl
Thomas Meyer
2012-01-06
1
-0
/
+13
*
nilfs2_permission() doesn't need to bail out in RCU mode
Al Viro
2011-06-20
1
-6
/
+1
*
nilfs2: fix problem in setting checkpoint interval
Ryusuke Konishi
2011-06-11
1
-1
/
+1
*
nilfs2: fix missing block address termination in btree node shrinking
Ryusuke Konishi
2011-06-11
1
-7
/
+14
*
nilfs2: fix incorrect block address termination in node concatenation
Ryusuke Konishi
2011-06-11
1
-5
/
+13
*
nilfs2: remove unnecessary dentry_unhash from rmdir, dir rename
Sage Weil
2011-05-28
1
-5
/
+0
*
fs: pass exact type of data dirties to ->dirty_inode
Christoph Hellwig
2011-05-27
2
-2
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-05-26
1
-0
/
+5
|
\
|
*
vfs: push dentry_unhash on rename_dir into file systems
Sage Weil
2011-05-26
1
-0
/
+3
|
*
vfs: push dentry_unhash on rmdir into file systems
Sage Weil
2011-05-26
1
-0
/
+2
*
|
nilfs2: use mark_buffer_dirty to mark btnode or meta data dirty
Ryusuke Konishi
2011-05-10
15
-86
/
+63
*
|
nilfs2: always set back pointer to host inode in mapping->host
Ryusuke Konishi
2011-05-10
8
-36
/
+14
*
|
nilfs2: get rid of NILFS_I_NILFS
Ryusuke Konishi
2011-05-10
7
-22
/
+20
*
|
nilfs2: use list_first_entry
Ryusuke Konishi
2011-05-10
2
-8
/
+8
*
|
nilfs2: use empty_aops for gc-inodes
Ryusuke Konishi
2011-05-10
1
-4
/
+1
*
|
nilfs2: implement resize ioctl
Ryusuke Konishi
2011-05-10
7
-5
/
+189
*
|
nilfs2: add truncation routine of segment usage file
Ryusuke Konishi
2011-05-10
1
-0
/
+112
*
|
nilfs2: add routine to move secondary super block
Ryusuke Konishi
2011-05-10
1
-0
/
+57
*
|
nilfs2: add ioctl which limits range of segment to be allocated
Ryusuke Konishi
2011-05-10
3
-10
/
+98
*
|
nilfs2: zero fill unused portion of super root block
Ryusuke Konishi
2011-05-10
2
-2
/
+15
*
|
nilfs2: super root size should change depending on inode size
Ryusuke Konishi
2011-05-10
2
-2
/
+5
*
|
nilfs2: get rid of private page allocator
Ryusuke Konishi
2011-05-10
6
-207
/
+18
*
|
nilfs2: merge list_del()/list_add_tail() to list_move_tail()
Nicolas Kaiser
2011-05-10
2
-6
/
+3
*
|
nilfs2: fix infinite loop in nilfs_palloc_freev function
Ryusuke Konishi
2011-05-10
1
-1
/
+1
|
/
*
fs: export empty_aops
Jens Axboe
2011-04-05
1
-2
/
+0
*
nilfs2: fix whitespace coding style issues
Nicolas Kaiser
2011-03-30
1
-7
/
+7
*
nilfs2: fix oops due to a bad aops initialization
Ryusuke Konishi
2011-03-30
1
-1
/
+3
*
nilfs2: fix data loss in mmap page write for hole blocks
Ryusuke Konishi
2011-03-30
1
-6
/
+5
*
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-24
7
-21
/
+7
|
\
|
*
Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core
Jens Axboe
2011-03-10
7
-21
/
+7
|
|
\
|
|
*
block: kill off REQ_UNPLUG
Jens Axboe
2011-03-10
1
-1
/
+1
|
|
*
block: remove per-queue plugging
Jens Axboe
2011-03-10
6
-19
/
+6
*
|
|
userns: rename is_owner_or_cap to inode_owner_or_capable
Serge E. Hallyn
2011-03-23
1
-1
/
+1
*
|
|
nilfs2: use little-endian bitops
Akinobu Mita
2011-03-23
1
-1
/
+1
*
|
|
nilfs2: get rid of nilfs_sb_info structure
Ryusuke Konishi
2011-03-09
12
-134
/
+68
*
|
|
nilfs2: use sb instance instead of nilfs_sb_info struct
Ryusuke Konishi
2011-03-09
7
-145
/
+129
*
|
|
nilfs2: get rid of sc_sbi back pointer
Ryusuke Konishi
2011-03-09
2
-19
/
+12
*
|
|
nilfs2: move log writer onto nilfs object
Ryusuke Konishi
2011-03-09
3
-39
/
+34
*
|
|
nilfs2: move next generation counter into nilfs object
Ryusuke Konishi
2011-03-09
5
-19
/
+15
*
|
|
nilfs2: move s_inode_lock and s_dirty_files into nilfs object
Ryusuke Konishi
2011-03-09
6
-61
/
+63
*
|
|
nilfs2: move parameters on nilfs_sb_info into nilfs object
Ryusuke Konishi
2011-03-09
4
-16
/
+19
*
|
|
nilfs2: move mount options to nilfs object
Ryusuke Konishi
2011-03-09
5
-49
/
+54
*
|
|
nilfs2: record used amount of each checkpoint in checkpoint list
Ryusuke Konishi
2011-03-08
6
-19
/
+25
*
|
|
nilfs2: optimize rec_len functions
Ryusuke Konishi
2011-03-08
1
-0
/
+1
*
|
|
nilfs2: append blocksize info to warnings during loading super blocks
Ryusuke Konishi
2011-03-08
1
-4
/
+7
*
|
|
nilfs2: add compat ioctl
Ryusuke Konishi
2011-03-08
4
-2
/
+24
*
|
|
nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSION
Ryusuke Konishi
2011-03-08
1
-0
/
+70
*
|
|
nilfs2: tighten restrictions on inode flags
Ryusuke Konishi
2011-03-08
2
-5
/
+19
*
|
|
nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is set
Ryusuke Konishi
2011-03-08
1
-2
/
+0
*
|
|
nilfs2: use common file attribute macros
Ryusuke Konishi
2011-03-08
2
-10
/
+7
[next]