Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
b595076a180a56d1bb170e6eceda6eb9d76f4cd3
/
fs
/
ext4
/
inode.c
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
b1142e8
ext4: BUG_ON fix: check if page has buffers before calling page_buffers()
by Theodore Ts'o
· 14 years ago
a107e5a
Merge branch 'next' into upstream-merge
by Theodore Ts'o
· 14 years ago
3d287de
ext4: optimize orphan_list handling for ext4_setattr
by Dmitry Monakhov
· 14 years ago
4a873a4
ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static
by Theodore Ts'o
· 14 years ago
1f109d5
ext4: make various ext4 functions be static
by Theodore Ts'o
· 14 years ago
72f84e6
ext4: update writeback_index based on last page scanned
by Eric Sandeen
· 14 years ago
5b41d92
ext4: implement writeback livelock avoidance using page tagging
by Eric Sandeen
· 14 years ago
bbd0834
ext4: tidy up a void argument in inode.c
by Eric Sandeen
· 14 years ago
8778369
ext4: Check return value of sb_getblk() and friends
by Namhyung Kim
· 14 years ago
bd2d021
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
by Theodore Ts'o
· 14 years ago
1de3e3d
ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io()
by Theodore Ts'o
· 14 years ago
3ecdb3a
ext4: inline walk_page_buffers() into mpage_da_submit_io
by Theodore Ts'o
· 14 years ago
cb20d51
ext4: inline ext4_writepage() into mpage_da_submit_io()
by Theodore Ts'o
· 14 years ago
a42afc5
ext4: simplify ext4_writepage()
by Theodore Ts'o
· 14 years ago
5a87b7a
ext4: call mpage_da_submit_io() from mpage_da_map_blocks()
by Theodore Ts'o
· 14 years ago
c999af2
ext4: queue conversion after adding to inode's completed IO list
by Eric Sandeen
· 14 years ago
0c9169c
ext4: fix potential infinite loop in ext4_da_writepages()
by Toshiyuki Okajima
· 14 years ago
b443e73
ext4: don't bump up LONG_MAX nr_to_write by a factor of 8
by Eric Sandeen
· 14 years ago
659c600
ext4: stop looping in ext4_num_dirty_pages when max_pages reached
by Eric Sandeen
· 14 years ago
ebdec24
fs: kill block_prepare_write
by Christoph Hellwig
· 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
0930fcc
convert ext4 to ->evict_inode()
by Al Viro
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
6e1db88
introduce __block_write_begin
by Christoph Hellwig
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
56d35a4
ext4: Fix dirtying of journalled buffers in data=journal mode
by Jan Kara
· 14 years ago
a931da6
jbd2: Change j_state_lock to be a rwlock_t
by Theodore Ts'o
· 14 years ago
4538821
ext4: drop inode from orphan list if ext4_delete_inode() fails
by Theodore Ts'o
· 14 years ago
e357063
ext4: don't print scary messages for allocation failures post-abort
by Eric Sandeen
· 14 years ago
79e8303
ext4: fix ext4_get_blocks references
by Eric Sandeen
· 14 years ago
0c095c7
ext4: Don't error out the fs if the user tries to make a file too big
by Theodore Ts'o
· 14 years ago
5b3ff23
ext4: move aio completion after unwritten extent conversion
by jiayingz@google.com (Jiaying Zhang)
· 14 years ago
552ef80
direct-io: move aio_complete into ->end_io
by Christoph Hellwig
· 14 years ago
4038968
ext4: Fix block bitmap inconsistencies after a crash when deleting files
by Amir G
· 14 years ago
1c13d5c
ext4: Save error information to the superblock for analysis
by Theodore Ts'o
· 14 years ago
c398eda
ext4: Pass line numbers to ext4_error() and friends
by Theodore Ts'o
· 14 years ago
40e2e97
direct-io: move aio_complete into ->end_io
by Christoph Hellwig
· 14 years ago
e29136f
ext4: Enhance ext4_grp_locked_error() to take block and function numbers
by Theodore Ts'o
· 14 years ago
206f7ab
ext4: remove vestiges of nobh support
by Christoph Hellwig
· 14 years ago
5a0790c
ext4: remove initialized but not read variables
by Andi Kleen
· 14 years ago
07a0382
ext4: Convert more i_flags references to use accessor functions
by Theodore Ts'o
· 14 years ago
84a8dce
ext4: Fix remaining racy updates of EXT4_I(inode)->i_flags
by Dmitry Monakhov
· 14 years ago
e4ce30f
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
1275562
quota: unify quota init condition in setattr
by Dmitry Monakhov
· 15 years ago
60e6679
ext4: Drop whitespace at end of lines
by Theodore Ts'o
· 14 years ago
5a58ec8
ext4: Add a missing trace hook
by Li Zefan
· 14 years ago
12e9b89
ext4: Use bitops to read/modify i_flags in struct ext4_inode_info
by Dmitry Monakhov
· 14 years ago
24676da
ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
by Theodore Ts'o
· 14 years ago
2ed8868
ext4: Convert callers of ext4_get_blocks() to use ext4_map_blocks()
by Theodore Ts'o
· 14 years ago
e35fd66
ext4: Add new abstraction ext4_map_blocks() underneath ext4_get_blocks()
by Theodore Ts'o
· 14 years ago
8e48dcf
ext4: Use our own write_cache_pages()
by Theodore Ts'o
· 14 years ago
fbe845d
ext4: Remove extraneous newlines in ext4_msg() calls
by Curt Wohlgemuth
· 14 years ago
72b8ab9
ext4: don't use quota reservation for speculative metadata
by Eric Sandeen
· 14 years ago
c445e3e
ext4: don't scan/accumulate more pages than mballoc will allocate
by Eric Sandeen
· 14 years ago
35121c9
ext4: fix quota accounting in case of fallocate
by Dmitry Monakhov
· 14 years ago
202f2bb
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
fd2dd9f
ext4: Fix buffer head leaks after calls to ext4_get_inode_loc()
by Curt Wohlgemuth
· 15 years ago
8b472d7
ext4: Fix possible lost inode write in no journal mode
by Curt Wohlgemuth
· 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
d330a5b
ext4: Fix estimate of # of blocks needed to write indirect-mapped files
by Jan Kara
· 15 years ago
e213e26
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
9467c4f
Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
871a293
dquot: cleanup dquot initialize routine
by Christoph Hellwig
· 15 years ago
907f455
dquot: move dquot initialization responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
b43fa82
dquot: cleanup dquot transfer routine
by Christoph Hellwig
· 15 years ago
5dd4056
dquot: cleanup space allocation / freeing routines
by Christoph Hellwig
· 15 years ago
9b1d0998
ext4: Release page references acquired in ext4_da_block_invalidatepages
by Jan Kara
· 15 years ago
273df55
ext4: Convert BUG_ON checks to use ext4_error() instead
by Frank Mayhar
· 15 years ago
b7adc1f
ext4: Use direct_IO_no_locking in ext4 dio read
by Jiaying Zhang
· 15 years ago
744692d
ext4: use ext4_get_block_write in buffer write
by Jiaying Zhang
· 15 years ago
c7064ef
ext4: mechanical rename some of the direct I/O get_block's identifiers
by Jiaying Zhang
· 15 years ago
da1dafc
ext4: explicitly remove inode from orphan list after failed direct io
by Dmitry Monakhov
· 15 years ago
c8d46e4
ext4: Add flag to files with blocks intentionally past EOF
by Jiaying Zhang
· 15 years ago
73b50c1
ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode
by Curt Wohlgemuth
· 15 years ago
12062dd
ext4: move __func__ into a macro for ext4_warning, ext4_error
by Eric Sandeen
· 15 years ago
19f5fb7
ext4: Use bitops to read/modify EXT4_I(inode)->i_state
by Theodore Ts'o
· 15 years ago
1296cc8
ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag
by Aneesh Kumar K.V
· 15 years ago
5f634d0
ext4: Fix quota accounting error with fallocate
by Aneesh Kumar K.V
· 15 years ago
1db9138
ext4: Handle -EDQUOT error on write
by Aneesh Kumar K.V
· 15 years ago
9d0be50
ext4: Calculate metadata requirements more accurately
by Theodore Ts'o
· 15 years ago
ee5f4d9
ext4: Fix accounting of reserved metadata blocks
by Theodore Ts'o
· 15 years ago
0637c6f
ext4: Patch up how we claim metadata blocks for quota purposes
by Theodore Ts'o
· 15 years ago
2faf2e1
ext4: return correct wbc.nr_to_write in ext4_da_writepages
by Richard Kennedy
· 15 years ago
c8afb44
ext4: flush delalloc blocks when space is low
by Eric Sandeen
· 15 years ago
39bc680
ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
by Dmitry Monakhov
· 15 years ago
d21cd8f
ext4: Fix potential quota deadlock
by Dmitry Monakhov
· 15 years ago
a9e7f44
ext4: Convert to generic reserved quota's space management.
by Dmitry Monakhov
· 15 years ago
4515c30
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
f8ec9d68
ext4: Add new tracepoints to debug delayed allocation space functions
by Theodore Ts'o
· 15 years ago
1f2acb6
ext4: Add block validity check when truncating indirect block mapped inodes
by Theodore Ts'o
· 15 years ago
a1de02d
ext4: fix async i/o writes beyond 4GB to a sparse file
by Eric Sandeen
· 15 years ago
b436b9b
ext4: Wait for proper transaction commit on fsync
by Jan Kara
· 15 years ago
194074a
ext4: fix incorrect block reservation on quota transfer.
by Dmitry Monakhov
· 15 years ago
5aca07e
ext4: quota macros cleanup
by Dmitry Monakhov
· 15 years ago
8aa6790
ext4: ext4_get_reserved_space() must return bytes instead of blocks
by Dmitry Monakhov
· 15 years ago
b9a4207
ext4: Avoid data / filesystem corruption when write fails to copy data
by Jan Kara
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
Next »