Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
b3881f74b31b7d47d0f1c4d89ac3e7f0b9c05e3e
/
fs
b3881f7
ext4: Add mount option to set kjournald's I/O priority
by Theodore Ts'o
· 16 years ago
40a1984
jbd2: Submit writes to the journal using WRITE_SYNC
by Theodore Ts'o
· 16 years ago
4a9bf99
jbd2: Add pid and journal device name to the "kjournald2 starting" message
by Theodore Ts'o
· 16 years ago
ba80b10
ext4: Add markers for better debuggability
by Theodore Ts'o
· 16 years ago
c319106
ext4: Remove code to create the journal inode
by Theodore Ts'o
· 16 years ago
c39a7f8
ext4: provide function to release metadata pages under memory pressure
by Toshiyuki Okajima
· 16 years ago
6b082b5
ext3: provide function to release metadata pages under memory pressure
by Toshiyuki Okajima
· 16 years ago
87d8fe1
add releasepage hooks to block devices which can be used by file systems
by Theodore Ts'o
· 16 years ago
0087d9f
ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc
by Aneesh Kumar K.V
· 16 years ago
29eaf02
ext4: Init the complete page while building buddy cache
by Aneesh Kumar K.V
· 16 years ago
8556e8f
ext4: Don't allow new groups to be added during block allocation
by Aneesh Kumar K.V
· 16 years ago
648f587
ext4: mark the blocks/inode bitmap beyond end of group as used
by Aneesh Kumar K.V
· 16 years ago
2ccb5fb
ext4: Use new buffer_head flag to check uninit group bitmaps initialization
by Aneesh Kumar K.V
· 16 years ago
3934186
ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()
by Aneesh Kumar K.V
· 16 years ago
3300bed
ext4: code cleanup
by Aneesh Kumar K.V
· 16 years ago
560671a
ext4: Use high 16 bits of the block group descriptor's free counts fields
by Aneesh Kumar K.V
· 16 years ago
e8134b2
ext4: Fix race between read_block_bitmap() and mark_diskspace_used()
by Aneesh Kumar K.V
· 16 years ago
5d1b1b3
ext4: fix BUG when calling ext4_error with locked block group
by Aneesh Kumar K.V
· 16 years ago
b7be019
ext4: Fix lockdep recursive locking warning
by Aneesh Kumar K.V
· 16 years ago
7a2fcbf
ext4: don't use blocks freed but not yet committed in buddy cache init
by Aneesh Kumar K.V
· 16 years ago
fb68407
jbd2: Call journal commit callback without holding j_list_lock
by Aneesh Kumar K.V
· 16 years ago
c3a326a
ext4: cleanup mballoc header files
by Aneesh Kumar K.V
· 16 years ago
920313a
ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
by Aneesh Kumar K.V
· 16 years ago
e21675d
ext4: Add blocks added during resize to bitmap
by Aneesh Kumar K.V
· 16 years ago
3a06d77
ext4: sparse fixes
by Aneesh Kumar K.V
· 16 years ago
1a0d378
jbd2: Remove a large array of bh's from the stack of the checkpoint routine
by Theodore Ts'o
· 16 years ago
498e5f2
ext4: Change unsigned long to unsigned int
by Theodore Ts'o
· 16 years ago
a9df9a4
ext4: Make ext4_group_t be an unsigned int
by Theodore Ts'o
· 16 years ago
cde6436
ext4: Remove i_ext_generation from ext4_inode_info structure
by Theodore Ts'o
· 16 years ago
3077384
ext4: add fsync batch tuning knobs
by Theodore Ts'o
· 16 years ago
d7cfa46
ext4: display average commit time
by Theodore Ts'o
· 16 years ago
e07f718
jbd2: improve jbd2 fsync batching
by Josef Bacik
· 16 years ago
032115f
ext4: Don't overwrite allocation_context ac_status
by Aneesh Kumar K.V
· 16 years ago
fde4d95
ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()
by Theodore Ts'o
· 16 years ago
fd98496
jbd2: Add barrier not supported test to journal_wait_on_commit_record
by Theodore Ts'o
· 16 years ago
0390131
ext4: Allow ext4 to run without a journal
by Frank Mayhar
· 16 years ago
ff7ef32
ext4: Widen type of ext4_sb_info.s_mb_maxs[]
by Yasunori Goto
· 16 years ago
93c0d86
ext4: When resizing set the EXT4_BG_INODE_ZEROED flag for new block groups
by Solofo.Ramangalahy@bull.net
· 16 years ago
23475e2
ext4: Use simple_strtol() instead of simple_strtoul() in ext4_ui_proc_open
by Roel Kluin
· 16 years ago
25f1ee3
ext4: fix build warning
by Wu Fengguang
· 16 years ago
565a961
ext4: avoid ext4_error when mounting a fs with a single bg
by Aneesh Kumar K.V
· 16 years ago
791b7f0
ext4: Fix the delalloc writepages to allocate blocks at the right offset.
by Aneesh Kumar K.V
· 16 years ago
2a21e37
ext4: tone down ext4_da_writepages warnings
by Theodore Ts'o
· 16 years ago
97df5d1
ext4: remove do_blk_alloc()
by Theodore Ts'o
· 16 years ago
cfe82c8
ext4: remove ext4_new_meta_block()
by Theodore Ts'o
· 16 years ago
815a113
ext4: remove ext4_new_blocks() and call ext4_mb_new_blocks() directly
by Theodore Ts'o
· 16 years ago
59e315b
ext3/4: Fix loop index in do_split() so it is signed
by Theodore Ts'o
· 16 years ago
f99b258
ext4: Add support for non-native signed/unsigned htree hash algorithms
by Theodore Ts'o
· 16 years ago
5e1f8c9
ext3: Add support for non-native signed/unsigned htree hash algorithms
by Theodore Ts'o
· 16 years ago
8f72fbd
ext4: fix printk format warning
by Alexander Beregalov
· 16 years ago
fe0bdec
Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
by Linus Torvalds
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
c644f0e
fs: introduce bgl_lock_ptr()
by Pekka Enberg
· 16 years ago
157cf64
sanitize audit_fd_pair()
by Al Viro
· 16 years ago
7d3b56b
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
3bfacef
get rid of special-casing the /sbin/loader on alpha
by Al Viro
· 16 years ago
17580d7
sanitize ifdefs in binfmt_aout
by Al Viro
· 16 years ago
fe30af9
remove the rudiment of a.out for sparc
by Al Viro
· 16 years ago
8e3bda0
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
by Linus Torvalds
· 16 years ago
597b0d2
Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
by Linus Torvalds
· 16 years ago
d0eafc7
CRED: Wrap task credential accesses in the devpts filesystem
by David Howells
· 16 years ago
8c056e5
devpts: fix unused function warning
by Andrew Morton
· 16 years ago
835aa44
devpts: Coding style clean up
by Alan Cox
· 16 years ago
2a1b2dc
Enable multiple instances of devpts
by Sukadev Bhattiprolu
· 16 years ago
d4076ac
Define get_init_pts_sb()
by Sukadev Bhattiprolu
· 16 years ago
1f8f1e2
Define mknod_ptmx()
by Sukadev Bhattiprolu
· 16 years ago
53af8ee
Extract option parsing to new function
by Sukadev Bhattiprolu
· 16 years ago
31af0ab
Per-mount 'config' object
by Sukadev Bhattiprolu
· 16 years ago
e76b7c0
Per-mount allocated_ptys
by Sukadev Bhattiprolu
· 16 years ago
59e55e6
Remove devpts_root global
by Sukadev Bhattiprolu
· 16 years ago
b58602a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
1f3403f
nfsd race fixes: jfs
by Dave Kleikamp
· 16 years ago
c1eaa26
nfsd race fixes: reiserfs
by Al Viro
· 16 years ago
6b38e84
nfsd race fixes: ext4
by Al Viro
· 16 years ago
c38012d
nfsd race fixes: ext3
by Al Viro
· 16 years ago
41080b5
nfsd race fixes: ext2
by Al Viro
· 16 years ago
261bca8
nfsd/create race fixes, infrastructure
by Al Viro
· 16 years ago
272eb01
filesystem notification: create fs/notify to contain all fs notification
by Eric Paris
· 16 years ago
c2acf7b
fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilization
by Denis ChengRq
· 16 years ago
6badd79
kill ->dir_notify()
by Al Viro
· 16 years ago
b6b3fde
filp_cachep can be static in fs/file_table.c
by Eric Dumazet
· 16 years ago
1239f26
make INIT_FS use the __RW_LOCK_UNLOCKED initialization
by Steven Rostedt
· 16 years ago
18d8fda
take init_fs to saner place
by Al Viro
· 16 years ago
cb23beb
kill vfs_permission
by Christoph Hellwig
· 16 years ago
3fb6419
pass a struct path * to may_open
by Christoph Hellwig
· 16 years ago
b4091d5
kill walk_init_root
by Christoph Hellwig
· 16 years ago
66f2218
remove incorrect comment in inode_permission
by Christoph Hellwig
· 16 years ago
52afeef
expand some comments (d_path / seq_path)
by Arjan van de Ven
· 16 years ago
be42c4c
correct wrong function name of d_put in kernel document and source comment
by Zhaolei
· 16 years ago
dc711ca
fix switch_names() breakage in short-to-short case
by Al Viro
· 16 years ago
7df5fa0
befs: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
a63d0ff
freevxfs: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
21acaf8
sysv: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
e83c139
ext4: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
b5ed311
ext3: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
8d6d0c4
ext2: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
ebd09ab
vfs: ensure page symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
a17d523
eCryptfs: check readlink result was not an error before using it
by Duane Griffin
· 16 years ago
5cc4a03
fs/namespace.c: drop code after return
by Julia Lawall
· 16 years ago
c2452f3
shrink struct dentry
by Nick Piggin
· 16 years ago
Next »