Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
9bea7f23952d5948f8e5dfdff4de09bb9981fb5f
/
fs
/
ext4
d28619f
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
1b061d9
rename the generic fsync implementations
by Christoph Hellwig
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 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
287a809
quota: rename default quotactl methods to dquot_
by Christoph Hellwig
· 14 years ago
307ae18
quota: drop remount argument to ->quota_on and ->quota_off
by Christoph Hellwig
· 14 years ago
e0ccfd9
quota: move unmount handling into the filesystem
by Christoph Hellwig
· 14 years ago
0f0dd62
quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers
by Christoph Hellwig
· 14 years ago
c79d967
quota: move remount handling into the filesystem
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
b10b852
ext4: replace inode uid,gid,mode init with helper
by Dmitry Monakhov
· 15 years ago
11e2752
ext4: constify xattr_handler
by Stephen Hemminger
· 14 years ago
ee9a360
Merge branch 'master' into for-2.6.35
by Jens Axboe
· 14 years ago
1275562
quota: unify quota init condition in setattr
by Dmitry Monakhov
· 15 years ago
14ece10
ext4: Make fsync sync new parent directories in no-journal mode
by Frank Mayhar
· 14 years ago
60e6679
ext4: Drop whitespace at end of lines
by Theodore Ts'o
· 14 years ago
4d92dc0
ext4: Fix compat EXT4_IOC_ADD_GROUP
by Ben Hutchings
· 14 years ago
899ad0c
ext4: Conditionally define compat ioctl numbers
by Ben Hutchings
· 14 years ago
f307333
ext4: Add new tracepoints to track mballoc's buddy bitmap loads
by Theodore Ts'o
· 14 years ago
5a58ec8
ext4: Add a missing trace hook
by Li Zefan
· 14 years ago
0617b83
ext4: restart ext4_ext_remove_space() after transaction restart
by Dmitry Monakhov
· 14 years ago
786ec79
ext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted
by Theodore Ts'o
· 14 years ago
f70f362
ext4: Avoid crashing on NULL ptr dereference on a filesystem error
by Theodore Ts'o
· 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
39a4bad
ext4: Show journal_checksum option
by Jan Kara
· 14 years ago
291dae4
ext4: Fix for ext4_mb_collect_stats()
by Curt Wohlgemuth
· 14 years ago
8a57d9d
ext4: check for a good block group before loading buddy pages
by Curt Wohlgemuth
· 14 years ago
6d19c42
ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate
by Nikanth Karthikesan
· 14 years ago
fbe845d
ext4: Remove extraneous newlines in ext4_msg() calls
by Curt Wohlgemuth
· 14 years ago
d4c402d
ext4: Print mount options in when mounting and add a remount message
by Curt Wohlgemuth
· 14 years ago
72b8ab9
ext4: don't use quota reservation for speculative metadata
by Eric Sandeen
· 14 years ago
84061e0
ext4: init statistics after journal recovery
by Dmitry Monakhov
· 14 years ago
d17413c
ext4: clean up inode bitmaps manipulation in ext4_free_inode
by Dmitry Monakhov
· 14 years ago
21ca087
ext4: Do not zero out uninitialized extents beyond i_size
by Dmitry Monakhov
· 14 years ago
c445e3e
ext4: don't scan/accumulate more pages than mballoc will allocate
by Eric Sandeen
· 14 years ago
a30eec2
ext4: stop issuing discards if not supported by device
by Eric Sandeen
· 14 years ago
6b0310f
ext4: don't return to userspace after freezing the fs with a mutex held
by Eric Sandeen
· 14 years ago
256a453
ext4: symlink must be handled via filesystem specific operation
by Dmitry Monakhov
· 14 years ago
42007ef
ext4: check s_log_groups_per_flex in online resize code
by Eric Sandeen
· 14 years ago
35121c9
ext4: fix quota accounting in case of fallocate
by Dmitry Monakhov
· 14 years ago
b684b2e
ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode
by Christian Borntraeger
· 14 years ago
e39e07f
ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy()
by Jing Zhang
· 14 years ago
62e823a
ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc
by Jing Zhang
· 14 years ago
b720303
ext4: fix memory leaks in error path handling of ext4_ext_zeroout()
by Jing Zhang
· 14 years ago
c26d0ba
ext4: Fix coding style in fs/ext4/move_extent.c
by Steven Liu
· 14 years ago
0671e70
ext4: check missed return value in ext4_sync_file()
by Dmitry Monakhov
· 14 years ago
7407cf3
Merge branch 'master' into for-2.6.35
by Jens Axboe
· 15 years ago
fbd9b09
blkdev: generalize flags for blkdev_issue_fn functions
by Dmitry Monakhov
· 15 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
b90f687
ext4: Issue the discard operation *before* releasing the blocks to be reused
by Theodore Ts'o
· 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
39f1cd6
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
c4caae2
ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs
by Eric Sandeen
· 15 years ago
ba69f9a
ext4: Don't use delayed allocation by default when used instead of ext3
by Jan Kara
· 15 years ago
37f328e
ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3
by Theodore Ts'o
· 15 years ago
d330a5b
ext4: Fix estimate of # of blocks needed to write indirect-mapped files
by Jan Kara
· 15 years ago
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
Next »