Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
43a65303fe530afe4daf1c0fd6875fdba7090f91
/
fs
/
nilfs2
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
e8bebe2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
73459dc
nilfs2: replace inode uid,gid,mode initialization with helper function
by Dmitry Monakhov
· 15 years ago
ee9a360
Merge branch 'master' into for-2.6.35
by Jens Axboe
· 14 years ago
d240e06
nilfs2: disallow remount of snapshot from/to a regular mount
by Ryusuke Konishi
· 15 years ago
cdce214
nilfs2: use huge_encode_dev/huge_decode_dev
by Ryusuke Konishi
· 15 years ago
b87ca91
nilfs2: update comment on deactivate_super at nilfs_get_sb
by Ryusuke Konishi
· 15 years ago
e2d1591
nilfs2: replace MS_VERBOSE with MS_SILENT
by Ryusuke Konishi
· 15 years ago
4571b82
nilfs2: add missing initialization of s_mode
by Ryusuke Konishi
· 15 years ago
13e9055
nilfs2: fix misuse of open_bdev_exclusive/close_bdev_exclusive
by Ryusuke Konishi
· 15 years ago
25294d8
nilfs2: use checkpoint number instead of timestamp to select super block
by Ryusuke Konishi
· 15 years ago
34cb9b5
nilfs2: add missing endian conversion on super block magic number
by Ryusuke Konishi
· 15 years ago
4e81950
nilfs2: make nilfs_sc_*_ops static
by Ryusuke Konishi
· 15 years ago
db55d92
nilfs2: add kernel doc comments to persistent object allocator functions
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
9f13026
nilfs2: add a print message after loading nilfs2
by Li Hong
· 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
277a6a3
nilfs2: change default of 'errors' mount option to 'remount-ro' mode
by Ryusuke Konishi
· 15 years ago
73bb488
nilfs2: Combine nilfs_btree_release_path() and nilfs_btree_free_path()
by Li Hong
· 15 years ago
f905440
nilfs2: Combine nilfs_btree_alloc_path() and nilfs_btree_init_path()
by Li Hong
· 15 years ago
973bec3
nilfs2: fix sync silent failure
by Ryusuke Konishi
· 15 years ago
6a47dc1
nilfs: fix breakage caused by barrier flag changes
by Stephen Rothwell
· 15 years ago
44fa2b4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
by Linus Torvalds
· 15 years ago
be3bd22
nilfs2: fix typo "numer" -> "number" in alloc.c
by Ryusuke Konishi
· 15 years ago
308f441
nilfs2: Remove an uninitialization warning in nilfs_btree_propagate_v()
by Li Hong
· 15 years ago
7532340
nilfs2: fix a wrong type conversion in nilfs_ioctl()
by Li Hong
· 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
d067633
nilfs2: fix imperfect completion wait in nilfs_wait_on_logs
by Ryusuke Konishi
· 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
c91cea1
nilfs2: remove whitespaces before quoted newlines
by Ryusuke Konishi
· 15 years ago
55480a0
nilfs2: remove spaces before tabs
by Ryusuke Konishi
· 15 years ago
7a65004
nilfs2: fix various typos in comments
by Ryusuke Konishi
· 15 years ago
1621562
nilfs2: fix typo "cout" -> "count" in error message
by Ryusuke Konishi
· 15 years ago
9ccf56c
nilfs2: fix function name typos in docbook comments
by Ryusuke Konishi
· 15 years ago
6c477d4
nilfs2: fix discrepancy in use of static specifier
by Ryusuke Konishi
· 15 years ago
0f2cc4e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
072f98b
nilfs: sanitize const/signedness in dealing with ->d_name.name
by Al Viro
· 15 years ago
0319003
nilfs really shouldn't slap struct dentry on stack...
by Al Viro
· 15 years ago
0d561f1
nilfs2: add reader's lock for cno in nilfs_ioctl_sync
by Jiro SEKIBA
· 15 years ago
03f2936
nilfs2: delete unnecessary condition in load_segment_summary
by Jiro SEKIBA
· 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
086d176
nilfs2: delete unnecessary condition in nilfs_dat_translate
by Jiro SEKIBA
· 15 years ago
fe5f171
nilfs2: fix potential hang in nilfs_error on errors=remount-ro
by Ryusuke Konishi
· 15 years ago
7512487
nilfs2: use mnt_want_write in ioctls where write access is needed
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
33e189b
nilfs2: Storage class should be before const qualifier
by Tobias Klauser
· 15 years ago
5ee5814
nilfs2: trivial coding style fix
by Jiro SEKIBA
· 15 years ago
b6e3224
Revert "task_struct: make journal_info conditional"
by Linus Torvalds
· 15 years ago
a95161a
switch nilfs2 to deactivate_locked_super()
by Al Viro
· 15 years ago
e4c570c
task_struct: make journal_info conditional
by Hiroshi Shimamoto
· 15 years ago
a694291
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
5f1586d
nilfs2: do not return io error for bio allocation failure
by Ryusuke Konishi
· 15 years ago
0935db7
nilfs2: use list_splice_tail or list_splice_tail_init
by Ryusuke Konishi
· 15 years ago
abdb318
nilfs2: replace mark_inode_dirty as nilfs_mark_inode_dirty
by Jiro SEKIBA
· 15 years ago
3534573
nilfs2: delete mark_inode_dirty in nilfs_delete_entry
by Jiro SEKIBA
· 15 years ago
58d55471
nilfs2: delete mark_inode_dirty in nilfs_commit_chunk
by Jiro SEKIBA
· 15 years ago
2093abf
nilfs2: change return type of nilfs_commit_chunk
by Jiro SEKIBA
· 15 years ago
4cd76c3
nilfs2: split nilfs_unlink as nilfs_do_unlink and nilfs_unlink
by Jiro SEKIBA
· 15 years ago
1749147
nilfs2: delete redundant mark_inode_dirty
by Jiro SEKIBA
· 15 years ago
565de40
nilfs2: expand inode_inc_link_count and inode_dec_link_count
by Jiro SEKIBA
· 15 years ago
43f8bc2
nilfs2: delete mark_inode_dirty from nilfs_set_link
by Jiro SEKIBA
· 15 years ago
9ca941d
nilfs2: delete mark_inode_dirty in nilfs_new_inode
by Jiro SEKIBA
· 15 years ago
0234576
nilfs2: add norecovery mount option
by Ryusuke Konishi
· 15 years ago
a057d2c
nilfs2: add helper to get if volume is in a valid state
by Ryusuke Konishi
· 15 years ago
f50a4c8
nilfs2: move recovery completion into load_nilfs function
by Ryusuke Konishi
· 15 years ago
050b414
nilfs2: apply readahead for recovery on mount
by Ryusuke Konishi
· 15 years ago
f021759
nilfs2: clean up get/put function of a segment usage
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
70622a2
nilfs2: insert cache operation in palloc get block routines
by Ryusuke Konishi
· 15 years ago
49fa7a5
nilfs2: add palloc cache to ifile
by Ryusuke Konishi
· 15 years ago
c3ea56c
nilfs2: flush palloc cache before manipulating data pages of GC dat
by Ryusuke Konishi
· 15 years ago
8908b2f
nilfs2: add palloc cache to dat
by Ryusuke Konishi
· 15 years ago
db38d5a
nilfs2: add cache framework for persistent object allocator
by Ryusuke Konishi
· 15 years ago
141bbdb
nilfs2: unfold nilfs_palloc_block_get_bitmap function
by Ryusuke Konishi
· 15 years ago
1376e93
nilfs2: eliminate nilfs_btnode_get function
by Ryusuke Konishi
· 15 years ago
75f65ed
nilfs2: remove newblk argument from nilfs_btnode_submit_block
by Ryusuke Konishi
· 15 years ago
45f4910
nilfs2: use nilfs_btnode_create_block function
by Ryusuke Konishi
· 15 years ago
d501d73
nilfs2: separate function for creating new btree node block
by Ryusuke Konishi
· 15 years ago
b34a650
nilfs2: avoid readahead on metadata file for create mode
by Ryusuke Konishi
· 15 years ago
ef7d475
nilfs2: simplify nilfs_sufile_get_ncleansegs function
by Ryusuke Konishi
· 15 years ago
aa474a2
nilfs2: add local variable to cache the number of clean segments
by Ryusuke Konishi
· 15 years ago
7b16c8a
nilfs2: unfold nilfs_sufile_block_get_header function
by Ryusuke Konishi
· 15 years ago
fd66c0d
nilfs2: hide nilfs_mdt_clear calls in nilfs_mdt_destroy
by Ryusuke Konishi
· 15 years ago
3961f0e
nilfs2: eliminate inlines to directly read/write inode of metadata files
by Ryusuke Konishi
· 15 years ago
8707df3
nilfs2: separate read method of meta data files on super root block
by Ryusuke Konishi
· 15 years ago
7973956
nilfs2: separate constructor of metadata files
by Ryusuke Konishi
· 15 years ago
5731e19
nilfs2: add size option of private object to metadata file allocator
by Ryusuke Konishi
· 15 years ago
9cb4e0d2
nilfs2: move out mark_inode_dirty calls from bmap routines
by Ryusuke Konishi
· 15 years ago
Next »