Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
727011e07cbdf87772fcc1999cccd15cc915eb62
/
fs
/
ext4
ff9cb1c
Merge branch 'for_linus' into for_linus_merged
by Theodore Ts'o
· 13 years ago
d50f2ab
ext4: fix undefined behavior in ext4_fill_flex_info()
by Xi Wang
· 13 years ago
e4e1118
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
94bf608
ext4: fix failure exits
by Al Viro
· 13 years ago
ac69e09
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 13 years ago
302bf2f
ext2/3/4: delete unneeded includes of module.h
by Paul Gortmaker
· 13 years ago
6c2155b
ext{3,4}: Fix potential race when setversion ioctl updates inode
by Djalal Harouni
· 13 years ago
0ce8c010
ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in symlink()
by Al Viro
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
d8c9584
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
by Al Viro
· 13 years ago
5f163cc
ext4: make more symbols static
by Eric Sandeen
· 13 years ago
176576d
ext4: make local symbol ext4_initxattrs static
by Djalal Harouni
· 13 years ago
9b90e5e
ext4: reserve new feature flag codepoints
by Theodore Ts'o
· 13 years ago
1d526fc
ext4: Report max_batch_time option correctly
by Ben Hutchings
· 13 years ago
014a177
ext4: add missing ext4_resize_end on error paths
by Djalal Harouni
· 13 years ago
61f296c
ext4: let ext4_group_add() use common code
by Yongqiang Yang
· 13 years ago
d89651c
ext4: let ext4_group_extend() use common code
by Yongqiang Yang
· 13 years ago
19c5246
ext4: add new online resize interface
by Yongqiang Yang
· 13 years ago
4bac1f8
ext4: add a new function which adds a flex group to a fs
by Yongqiang Yang
· 13 years ago
3fbea4b
ext4: add a new function which allocates bitmaps and inode tables
by Yongqiang Yang
· 13 years ago
c72df9f
ext4: pass verify_reserved_gdb() the number of group decriptors
by Yongqiang Yang
· 13 years ago
2e10e2f
ext4: add a function which updates the super block during online resizing
by Yongqiang Yang
· 13 years ago
083f5b2
ext4: add a function which sets up a block group descriptors of a flex bg
by Yongqiang Yang
· 13 years ago
33afdcc
ext4: add a function which sets up group blocks of a flex bg
by Yongqiang Yang
· 13 years ago
28c7bac
ext4: add a structure which will be used by 64bit-resize interface
by Yongqiang Yang
· 13 years ago
bb08c1e
ext4: add a function which adds a new group descriptors to a fs
by Yongqiang Yang
· 13 years ago
18e3143
ext4: add a function which extends a group without checking parameters
by Yongqiang Yang
· 13 years ago
dcca3fe
ext4: propagate umode_t
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
2a79f17
vfs: mnt_drop_write_file()
by Al Viro
· 13 years ago
a561be7
switch a bunch of places to mnt_want_write_file()
by Al Viro
· 13 years ago
597d508
ext4: use proper little-endian bitops
by Akinobu Mita
· 13 years ago
ccb4d7a
ext4: remove no longer used functions in inode.c
by Zheng Liu
· 13 years ago
14c83c9
ext4: avoid counting the number of free inodes twice in find_group_orlov()
by Theodore Ts'o
· 13 years ago
88635ca
ext4: add missing spaces to debugging printk's
by Zheng Liu
· 13 years ago
5872dda
ext4: flush journal when switching from data=journal mode
by Yongqiang Yang
· 13 years ago
2aff57b
ext4: allocate delalloc blocks before changing journal mode
by Yongqiang Yang
· 13 years ago
b00f4dc
Merge branch 'master' into pm-sleep
by Rafael J. Wysocki
· 13 years ago
22cdfca
ext4: remove unneeded file_remove_suid() from ext4_ioctl()
by Theodore Ts'o
· 13 years ago
8c48f7e
ext4: optimize ext4_find_delalloc_range() in nodelalloc mode
by Robin Dong
· 13 years ago
14d7f3e
ext4: remove unused local variable
by Curt Wohlgemuth
· 13 years ago
acd6ad8
ext4: fix error handling on inode bitmap corruption
by Jan Kara
· 13 years ago
5635a62
ext4: add missing space to ext4_msg output in ext4_fill_super()
by Zheng Liu
· 13 years ago
60e07cf
ext4: do not reference pa_inode from group_pa
by Yongqiang Yang
· 13 years ago
5a0dc73
ext4: handle EOF correctly in ext4_bio_write_page()
by Yongqiang Yang
· 13 years ago
5b5ffa4
ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized
by Yongqiang Yang
· 13 years ago
093e6e3
ext4: correctly handle pages w/o buffers in ext4_discard_partial_buffers()
by Yongqiang Yang
· 13 years ago
13a79a4
ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesize
by Yongqiang Yang
· 13 years ago
ea51d13
ext4: avoid hangs in ext4_da_should_update_i_disksize()
by Andrea Arcangeli
· 13 years ago
fc6cb1c
ext4: display the correct mount option in /proc/mounts for [no]init_itable
by Theodore Ts'o
· 13 years ago
b4611ab
ext4: Fix crash due to getting bogus eh_depth value on big-endian systems
by Paul Mackerras
· 13 years ago
b5a7e97
ext4: fix ext4_end_io_dio() racing against fsync()
by Theodore Ts'o
· 13 years ago
90802ed
treewide: Fix comment and string typo 'bufer'
by Paul Bolle
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
4c81f04
ext4: fix racy use-after-free in ext4_end_io_dio()
by Tejun Heo
· 13 years ago
986b11c
Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezer
by Rafael J. Wysocki
· 13 years ago
a0acae0
freezer: unexport refrigerator() and update try_to_freeze() slightly
by Tejun Heo
· 13 years ago
f8f5ed7
Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
6e58ad6
ext4: fix up a undefined error in ext4_free_blocks in debugging code
by Yongqiang Yang
· 13 years ago
3c1fcb2
ext4: add blk_finish_plug in error case of writepages.
by Namjae Jeon
· 13 years ago
2397256d
ext4: Remove kernel_lock annotations
by Richard Weinberger
· 13 years ago
eb51368
ext4: ignore journalled data options on remount if fs has no journal
by Theodore Ts'o
· 13 years ago
208bca0
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
d211858
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
f1f8935
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
bf52c6f
ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined
by Yongqiang Yang
· 13 years ago
32de675
ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabled
by Yongqiang Yang
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
966dbde
ext4: warn if direct reclaim tries to writeback pages
by Mel Gorman
· 13 years ago
ff3fc17
ext4: fix a typo in struct ext4_allocation_context
by Robin Dong
· 13 years ago
3c6fe77
ext4: Don't normalize an falloc request if it can fit in 1 extent.
by Greg Harm
· 13 years ago
4af8350
ext4: remove comments about extent mount option in ext4_new_inode()
by Eryu Guan
· 13 years ago
edb5ac8
ext4: let ext4_discard_partial_buffers handle unaligned range correctly
by Yongqiang Yang
· 13 years ago
5129d05
ext4: return ENOMEM if find_or_create_pages fails
by Yongqiang Yang
· 13 years ago
e260daf
ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock()
by Yongqiang Yang
· 13 years ago
0edeb71
ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten
by Tao Ma
· 13 years ago
b82e384
ext4: optimize locking for end_io extent conversion
by Theodore Ts'o
· 13 years ago
4e29802
ext4: remove unnecessary call to waitqueue_active()
by Theodore Ts'o
· 13 years ago
d73d504
ext4: Use correct locking for ext4_end_io_nolock()
by Tao Ma
· 13 years ago
0e175a1
writeback: Add a 'reason' to wb_writeback_work
by Curt Wohlgemuth
· 13 years ago
6d6a4351
ext4: fix race in xattr block allocation path
by Eric Sandeen
· 13 years ago
e7b319e
ext4: trace punch_hole correctly in ext4_ext_map_blocks
by Yongqiang Yang
· 13 years ago
02dc62fb
ext4: clean up AGGRESSIVE_TEST code
by Yongqiang Yang
· 13 years ago
81fdbb4
ext4: move variables to their scope
by Yongqiang Yang
· 13 years ago
5cb81da
ext4: fix quota accounting during migration
by Dmitry Monakhov
· 13 years ago
fba90ff
ext4: migrate cleanup
by Dmitry Monakhov
· 13 years ago
f362f98
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
4cce0e2
ext4: replace cut'n'pasted llseek code with generic_file_llseek_size
by Andi Kleen
· 13 years ago
80e675f
ext4: optimize memmmove lengths in extent/index insertions
by Eric Gouriou
· 13 years ago
6f91bc5
ext4: optimize ext4_ext_convert_to_initialized()
by Eric Gouriou
· 13 years ago
b3ff0569
ext4: don't check io->flag when setting EXT4_STATE_DIO_UNWRITTEN inode state
by Tao Ma
· 13 years ago
0a10da7
ext4: fix a wrong comment in __mb_check_buddy()
by Robin Dong
· 13 years ago
b051d8d
ext4: remove unused variable in mb_find_extent()
by Robin Dong
· 13 years ago
Next »