Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
39aba963d937edb20db7d9d93e6dda5d2adfdcdd
/
fs
/
nilfs2
4afc313
nilfs2: fix leak of shadow dat inode in error path of load_nilfs
by Ryusuke Konishi
· 14 years ago
a28e085
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
by Linus Torvalds
· 14 years ago
145c3ae
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
1cb0c92
nilfs2: wait for discard to finish
by Ryusuke Konishi
· 14 years ago
87e9951
kill BH_Ordered flag
by Christoph Hellwig
· 14 years ago
ea1a16f
nilfs2: fix false warning saying one of two super blocks is broken
by Ryusuke Konishi
· 14 years ago
af4e363
nilfs2: fix list corruption after ifile creation failure
by Ryusuke Konishi
· 14 years ago
2f9e825
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
6fd1e5c
convert nilfs2 to ->evict_inode()
by Al Viro
· 14 years ago
a4ffdde
simplify checks for I_CLEAR/I_FREEING
by Al Viro
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
155130a
get rid of block_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
6e1db88
introduce __block_write_begin
by Christoph Hellwig
· 14 years ago
f4e420d
clean up write_begin usage for directories in pagecache
by Christoph Hellwig
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
7b6d91d
block: unify flags for struct bio and struct request
by Christoph Hellwig
· 14 years ago
89c0fd0
nilfs2: reject filesystem with unsupported block size
by Ryusuke Konishi
· 14 years ago
6cda9fa
nilfs2: avoid rec_len overflow with 64KB block size
by Ryusuke Konishi
· 14 years ago
c28e69d
nilfs2: simplify nilfs_get_page function
by Ryusuke Konishi
· 14 years ago
c5ca48a
nilfs2: reject incompatible filesystem
by Ryusuke Konishi
· 14 years ago
03bdb5a
nilfs2: apply read-ahead for nilfs_btree_lookup_contig
by Ryusuke Konishi
· 14 years ago
4e13e66
nilfs2: introduce check flag to btree node buffer
by Ryusuke Konishi
· 14 years ago
464ece8
nilfs2: add btree get block function with readahead option
by Ryusuke Konishi
· 14 years ago
26dfdd8
nilfs2: add read ahead mode to nilfs_btnode_submit_block
by Ryusuke Konishi
· 14 years ago
f8e6cc0
nilfs2: fix buffer head leak in nilfs_btnode_submit_block
by Ryusuke Konishi
· 14 years ago
7c397a8
nilfs2: eliminate inline keywords in btree implementation
by Ryusuke Konishi
· 14 years ago
5ad2686e9
nilfs2: get maximum number of child nodes from bmap object
by Ryusuke Konishi
· 14 years ago
9b7b265
nilfs2: reduce repetitive calculation of max number of child nodes
by Ryusuke Konishi
· 14 years ago
ea64ab8
nilfs2: optimize calculation of min/max number of btree node children
by Ryusuke Konishi
· 14 years ago
364ec2d
nilfs2: remove redundant pointer checks in bmap lookup functions
by Ryusuke Konishi
· 14 years ago
05d0e94
nilfs2: get rid of nilfs_bmap_union
by Ryusuke Konishi
· 14 years ago
dc935be
nilfs2: unify bmap set_target_v operations
by Ryusuke Konishi
· 14 years ago
e7c274f
nilfs2: get rid of nilfs_btree uses
by Ryusuke Konishi
· 14 years ago
10ff885
nilfs2: get rid of nilfs_direct uses
by Ryusuke Konishi
· 14 years ago
583ada4
nilfs2: remove constant qualifier from argument of bmap propagate
by Ryusuke Konishi
· 14 years ago
25b8d7d
nilfs2: get rid of private conversion macros on bmap key and pointer
by Ryusuke Konishi
· 14 years ago
1d5385b
nilfs2: verify btree node after reading
by Ryusuke Konishi
· 14 years ago
cfa913a
nilfs2: add sanity check in nilfs_btree_add_dirty_buffer
by Ryusuke Konishi
· 14 years ago
7c01745
nilfs2: pass remount flag to parse_options
by Ryusuke Konishi
· 14 years ago
c6b4d57
nilfs2: use seq_puts to print mount options without argument
by Ryusuke Konishi
· 14 years ago
802d317
nilfs2: add nodiscard mount option
by Ryusuke Konishi
· 14 years ago
773bc4f
nilfs2: add barrier mount option
by Ryusuke Konishi
· 14 years ago
3250204
nilfs2: do not update log cursor for small change
by Ryusuke Konishi
· 14 years ago
6c125160
nilfs2: implement fallback for super root search
by Ryusuke Konishi
· 14 years ago
2d72b99
nilfs2: add missing error code in comment of nilfs_search_super_root
by Ryusuke Konishi
· 14 years ago
843d63b
nilfs2: separate setup of log cursor from init_nilfs
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
60f46b7
nilfs2: separate function that updates log position
by Ryusuke Konishi
· 14 years ago
c8a11c8
nilfs2: add nilfs_set_error
by Ryusuke Konishi
· 14 years ago
7ecaa46
nilfs2: add nilfs_cleanup_super
by Ryusuke Konishi
· 14 years ago
bde4e69
nilfs2: do not update mount time on rw->ro remount
by Ryusuke Konishi
· 14 years ago
57a4bfc
nilfs2: get rid of ns_free_segments_count
by Ryusuke Konishi
· 14 years ago
4762077
nilfs2: get rid of macros for segment summary information
by Ryusuke Konishi
· 14 years ago
8565548
nilfs2: do not use nilfs_segsum_info structure in recovery code
by Ryusuke Konishi
· 14 years ago
354fa8b
nilfs2: divide load_segment_summary function
by Ryusuke Konishi
· 14 years ago
aee5ce2
nilfs2: rename nilfs_recover_logical_segments function
by Ryusuke Konishi
· 14 years ago
8b94025
nilfs2: refactor recovery logic routines
by Ryusuke Konishi
· 14 years ago
92c60cc
nilfs2: add blocksize member to nilfs object
by Ryusuke Konishi
· 14 years ago
c29684d
nilfs2: remove obsolete declarations of cache constructor and destructor
by Ryusuke Konishi
· 14 years ago
84cb099
nilfs2: fix style issue in nilfs_destroy_cachep
by Ryusuke Konishi
· 14 years ago
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
· 14 years ago
cdce214
nilfs2: use huge_encode_dev/huge_decode_dev
by Ryusuke Konishi
· 14 years ago
b87ca91
nilfs2: update comment on deactivate_super at nilfs_get_sb
by Ryusuke Konishi
· 14 years ago
e2d1591
nilfs2: replace MS_VERBOSE with MS_SILENT
by Ryusuke Konishi
· 14 years ago
4571b82
nilfs2: add missing initialization of s_mode
by Ryusuke Konishi
· 14 years ago
13e9055
nilfs2: fix misuse of open_bdev_exclusive/close_bdev_exclusive
by Ryusuke Konishi
· 14 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
Next »