Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4a70b7d3953c279738a094d2e5ffe7c66b15a5d0
/
fs
/
ext4
c32da02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 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
1f63b9c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
a9185b4
pass writeback_control to ->write_inode
by Christoph Hellwig
· 15 years ago
64e290e
ext4: fix up rb_root initializations to use RB_ROOT
by Venkatesh Pallipadi
· 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
9f75475
dquot: cleanup dquot drop routine
by Christoph Hellwig
· 15 years ago
257ba15
dquot: move dquot drop responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
b43fa82
dquot: cleanup dquot transfer routine
by Christoph Hellwig
· 15 years ago
63936dd
dquot: cleanup inode allocation / freeing routines
by Christoph Hellwig
· 15 years ago
5dd4056
dquot: cleanup space allocation / freeing routines
by Christoph Hellwig
· 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
c437b27
ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl
by Akira Fujita
· 15 years ago
7247c0c
ext4: Fix the NULL reference in double_down_write_data_sem()
by Akira Fujita
· 15 years ago
5fd5249
ext4: Fix insertion point of extent in mext_insert_across_blocks()
by Akira Fujita
· 15 years ago
731eb1a
ext4: consolidate in_range() definitions
by Akinobu Mita
· 15 years ago
bda00de
ext4: cleanup to use ext4_grp_offs_to_block()
by Akinobu Mita
· 15 years ago
5661bd6
ext4: cleanup to use ext4_group_first_block_no()
by Akinobu Mita
· 15 years ago
9b1d0998
ext4: Release page references acquired in ext4_da_block_invalidatepages
by Jan Kara
· 15 years ago
3899167
Get rid of mnt_mountpoint abuses in ext4
by Al Viro
· 15 years ago
67eeb56
ext4: Fix ext4_quota_write cross block boundary behaviour
by Dmitry Monakhov
· 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
b8b8afe
ext4: make "offset" consistent in ext4_check_dir_entry()
by Toshiyuki Okajima
· 15 years ago
6e3617e
ext4: Handle non empty on-disk orphan link
by Dmitry Monakhov
· 15 years ago
da1dafc
ext4: explicitly remove inode from orphan list after failed direct io
by Dmitry Monakhov
· 15 years ago
f39490b
ext4: fix error handling in migrate
by Dmitry Monakhov
· 15 years ago
437ca0f
ext4: deprecate obsoleted mount options
by Dmitry Monakhov
· 15 years ago
cc483f1
ext4: Fix fencepost error in chosing choosing group vs file preallocation.
by Tao Ma
· 15 years ago
56c50f1
ext4: trivial quota cleanup
by Dmitry Monakhov
· 15 years ago
482a742
ext4: mount flags manipulation cleanup
by Dmitry Monakhov
· 15 years ago
c8d46e4
ext4: Add flag to files with blocks intentionally past EOF
by Jiaying Zhang
· 15 years ago
003cb60
percpu: add __percpu sparse annotations to fs
by Tejun Heo
· 15 years ago
73b50c1
ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode
by Curt Wohlgemuth
· 15 years ago
aca92ff
ext4: correctly calculate number of blocks for fiemap
by Leonard Michlmayr
· 15 years ago
9aaab05
ext4: add missing error checking to ext4_expand_extra_isize_ea()
by Roel Kluin
· 15 years ago
12062dd
ext4: move __func__ into a macro for ext4_warning, ext4_error
by Eric Sandeen
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
1537a36
tree-wide: fix 'lenght' typo in comments and code
by Daniel Mack
· 15 years ago
d6b198b
fix ext3/ext4 comment typo compain -> complain
by Thadeu Lima de Souza Cascardo
· 15 years ago
f710b4b
ext4: Reserve INCOMPAT_EA_INODE and INCOMPAT_DIRDATA feature codepoints
by Theodore Ts'o
· 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
515f41c
ext4: Ensure zeroout blocks have no dirty metadata
by Aneesh Kumar K.V
· 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
d3533d7
ext4: Eliminate potential double free on error path
by Julia Lawall
· 15 years ago
a6b43e3
ext4: fix unsigned long long printk warning in super.c
by Andrew Morton
· 15 years ago
cc3e1be
ext4, jbd2: Add barriers for file systems with exernal journals
by Theodore Ts'o
· 15 years ago
034fb4c
ext4: replace BUG() with return -EIO in ext4_ext_get_blocks
by Surbhi Palande
· 15 years ago
51b7e3c
ext4: add module aliases for ext2 and ext3
by Theodore Ts'o
· 15 years ago
84c6647
ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configured
by David Howells
· 15 years ago
149feb0
ext4: remove unused #include <linux/version.h>
by Huang Weiyi
· 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
b6e3224
Revert "task_struct: make journal_info conditional"
by Linus Torvalds
· 15 years ago
431547b
sanitize xattr handler prototypes
by Christoph Hellwig
· 15 years ago
e7d2860
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
by André Goddard Rosa
· 15 years ago
e4c570c
task_struct: make journal_info conditional
by Hiroshi Shimamoto
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
3126c13
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
4515c30
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
5a20bdf
ext4: Support for 64-bit quota format
by Jan Kara
· 15 years ago
fab3a54
ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
by Theodore Ts'o
· 15 years ago
a214238
ext4: Do not override ext2 or ext3 if built they are built as modules
by Theodore Ts'o
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
f8ec9d6
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
15121c1
ext4: Fix optional-arg mount options
by Eric Sandeen
· 15 years ago
a1de02d
ext4: fix async i/o writes beyond 4GB to a sparse file
by Eric Sandeen
· 15 years ago
4a58579
ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
by Akira Fujita
· 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
b844167
ext4: remove blocks from inode prealloc list on failure
by Curt Wohlgemuth
· 15 years ago
d4edac3
ext4: wait for log to commit when umounting
by Josef Bacik
· 15 years ago
b9a4207
ext4: Avoid data / filesystem corruption when write fails to copy data
by Jan Kara
· 15 years ago
24b5842
ext4: Use ext4 file system driver for ext2/ext3 file system mounts
by Theodore Ts'o
· 15 years ago
c09eef3
ext4: Return the PTR_ERR of the correct pointer in setup_new_group_blocks()
by Roel Kluin
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
bf48aab
tree-wide: fix typos "offest" -> "offset"
by Uwe Kleine-König
· 15 years ago
3f0ca30
ext4: remove unused parameter wbc from __ext4_journalled_writepage()
by Wu Fengguang
· 15 years ago
ac48b0a
ext4: move_extent_per_page() cleanup
by Akira Fujita
· 15 years ago
446aaa6
ext4: initialize moved_len before calling ext4_move_extents()
by Kazuya Mio
· 15 years ago
94d7c16
ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
by Akira Fujita
· 15 years ago
9084d47
ext4: use ext4_data_block_valid() in ext4_free_blocks()
by Theodore Ts'o
· 15 years ago
1585d8d
ext4: add check for wraparound in ext4_data_block_valid()
by Theodore Ts'o
· 15 years ago
Next »