Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1b9c12f44c1eb614fd3b8822bfe8f1f5d8e53737
/
fs
1b9c12f
ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags
by Theodore Ts'o
· 15 years ago
fb0a387
ext4: limit block allocations for indirect-block files to < 2^32
by Eric Sandeen
· 15 years ago
c40ce3c
ext4: Fix different block exchange issue in EXT4_IOC_MOVE_EXT
by Akira Fujita
· 15 years ago
347fa6f
ext4: Add null extent check to ext_get_path
by Akira Fujita
· 15 years ago
2147b1a
ext4: Replace BUG_ON() with ext4_error() in move_extents.c
by Akira Fujita
· 15 years ago
e850597
ext4: Replace get_ext_path macro with an inline funciton
by Akira Fujita
· 15 years ago
3661d28
ext4: Fix include/trace/events/ext4.h to work with Systemtap
by Theodore Ts'o
· 15 years ago
7ad9bb6
ext4: Fix initalization of s_flex_groups
by Theodore Ts'o
· 15 years ago
1f7bebb
ext4: Always set dx_node's fake_dirent explicitly.
by Andreas Schlick
· 15 years ago
0e3d2a6
ext4: Fix async commit mode to be safe by using a barrier
by Theodore Ts'o
· 15 years ago
71290b3
ext4: Don't update superblock write time when filesystem is read-only
by Theodore Ts'o
· 15 years ago
08c3a81
ext4: Clarify the locking details in mballoc
by Aneesh Kumar K.V
· 15 years ago
f41c075
ext4: check for need init flag in ext4_mb_load_buddy
by Aneesh Kumar K.V
· 15 years ago
b6a758e
ext4: move ext4_mb_init_group() function earlier in the mballoc.c
by Aneesh Kumar K.V
· 15 years ago
91ac6f4
ext4: Make non-journal fsync work properly
by Frank Mayhar
· 15 years ago
fe188c0
ext4: Assure that metadata blocks are written during fsync in no journal mode
by Theodore Ts'o
· 15 years ago
c7acb4c
ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}()
by Theodore Ts'o
· 15 years ago
80e4246
ext4: print more sysadmin-friendly message in check_block_validity()
by Theodore Ts'o
· 15 years ago
a827eaf
ext4: Take page lock before looking at attached buffer_heads flags
by Aneesh Kumar K.V
· 15 years ago
44fc48f
ext4: Fix small typo for move_extent_per_page()
by Akira Fujita
· 15 years ago
8d66691
ext4: Return exchanged blocks count to user space in failure
by Akira Fujita
· 15 years ago
daea696
ext4: Remove unneeded BUG_ON() in ext4_move_extents()
by Akira Fujita
· 15 years ago
70d5d3d
ext4: Fix wrong comparisons in mext_check_arguments()
by Akira Fujita
· 15 years ago
5f3481e
ext4: fix cache flush in ext4_sync_file
by Christoph Hellwig
· 15 years ago
d0646f7
ext4: Remove journal_checksum mount option and enable it by default
by Theodore Ts'o
· 15 years ago
7f1346a
ext4: Declare seq_operations and file_operations structures as const
by Tobias Klauser
· 15 years ago
b3a3ca8
ext4: Add new tracepoint: trace_ext4_da_write_pages()
by Theodore Ts'o
· 15 years ago
de89de6
ext4: Restore wbc->range_start in ext4_da_writepages()
by Theodore Ts'o
· 15 years ago
b05ab1d
ext4: Limit number of links that can be created by ext4_link()
by Theodore Ts'o
· 15 years ago
2c94eb8
ext4: Allow rename to create more than EXT4_LINK_MAX subdirectories
by Aneesh Kumar K.V
· 15 years ago
55ad63b
ext4: fix extent sanity checking code with AGGRESSIVE_TEST
by Theodore Ts'o
· 15 years ago
a36b449
ext4: use ext4_grpblk_t more extensively
by Eric Sandeen
· 15 years ago
1927805
ext4: use variables not types in sizeofs() for allocations
by Eric Sandeen
· 15 years ago
a8526e8
ext4: Add missing unlock_new_inode() call in extent migration code
by Aneesh Kumar K.V
· 15 years ago
a13fb1a
ext4: Add feature set check helper for mount & remount paths
by Eric Sandeen
· 15 years ago
38877f4
simplify some logic in ext4_mb_normalize_request
by Eric Sandeen
· 15 years ago
0373130
ext4: open-code ext4_mb_update_group_info
by Eric Sandeen
· 15 years ago
bf43d84
ext4: reject too-large filesystems on 32-bit kernels
by Eric Sandeen
· 15 years ago
487caee
ext4: Fix possible deadlock between ext4_truncate() and ext4_get_blocks()
by Jan Kara
· 15 years ago
9599b0e
jbd2: Annotate transaction start also for jbd2_journal_restart()
by Jan Kara
· 15 years ago
553f900
ext4: Show unwritten extent flag in ext4_ext_show_leaf()
by Mingming
· 15 years ago
84fe3be
ext4: Compile warning fix when EXT_DEBUG enabled
by Mingming
· 15 years ago
5079748
ext4: Avoid group preallocation for closed files
by Theodore Ts'o
· 15 years ago
4ba74d0
ext4: Fix bugs in mballoc's stream allocation mode
by Theodore Ts'o
· 15 years ago
0ef90db
ext4: Display the mballoc flags in mb_history in hex instead of decimal
by Theodore Ts'o
· 15 years ago
6ba495e
ext4: Add configurable run-time mballoc debugging
by Theodore Ts'o
· 15 years ago
91cc219
ext4: fix journal ref count in move_extent_par_page
by Peng Tao
· 15 years ago
b1f485f
jbd2: round commit timer up to avoid uncommitted transaction
by Andreas Dilger
· 15 years ago
c333e07
ext4: remove redundant test on unsigned
by Roel Kluin
· 15 years ago
785b4b3
ext4: fix build warning when EXT4FS_DEBUG is on
by Peng Tao
· 15 years ago
1c71850
ext4: Fix compile warnings with MB_DEBUG
by Akira Fujita
· 15 years ago
5a4a798
ext4: Remove unnecessary semicolons in mballoc.c
by Joe Perches
· 15 years ago
6487a9d
ext4: More buffer head reference leaks
by Curt Wohlgemuth
· 15 years ago
f6f50e2
jbd2: Fail to load a journal if it is too short
by Jan Kara
· 15 years ago
78f1ddb
ext4: Avoid null pointer dereference when decoding EROFS w/o a journal
by Theodore Ts'o
· 15 years ago
43b3852
ext4: Fix typo in ext4/Kconfig
by Manish Katiyar
· 15 years ago
024eab4
ext4: Fix memory leak fix when mounting an ext4 filesystem
by Aneesh Kumar K.V
· 15 years ago
ab86e57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 15 years ago
1ef7d9a
writeback: fix possible bdi writeback refcounting problem
by Nick Piggin
· 15 years ago
77b9d05
writeback: Fix bdi use after free in wb_work_complete()
by Nick Piggin
· 15 years ago
77fad5e
writeback: improve scalability of bdi writeback work queues
by Nick Piggin
· 15 years ago
deed62e
writeback: remove smp_mb(), it's not needed with list_add_tail_rcu()
by Nick Piggin
· 15 years ago
49db041
writeback: use schedule_timeout_interruptible()
by Jens Axboe
· 15 years ago
8010c3b
writeback: add comments to bdi_work structure
by Jens Axboe
· 15 years ago
b6e5131
writeback: separate starting of sync vs opportunistic writeback
by Jens Axboe
· 15 years ago
bcddc3f
writeback: inline allocation failure handling in bdi_alloc_queue_work()
by Jens Axboe
· 15 years ago
cfc4ba5
writeback: use RCU to protect bdi_list
by Jens Axboe
· 15 years ago
f11fcae
writeback: only use bdi_writeback_all() for WB_SYNC_NONE writeout
by Jens Axboe
· 15 years ago
32a88aa
fs: Assign bdi in super_block
by Jens Axboe
· 15 years ago
c4a77a6
writeback: make wb_writeback() take an argument structure
by Jens Axboe
· 15 years ago
f0fad8a
writeback: merely wakeup flusher thread if work allocation fails for WB_SYNC_NONE
by Christoph Hellwig
· 15 years ago
1fe06ad
writeback: get rid of wbc->for_writepages
by Jens Axboe
· 15 years ago
2c96ce9
fs: remove bdev->bd_inode_backing_dev_info
by Jens Axboe
· 15 years ago
a4dbd67
driver model: constify attribute groups
by David Brownell
· 15 years ago
355bbd8
Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
4142e0d
Merge branch 'osync_cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 15 years ago
33f1de6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
by Linus Torvalds
· 15 years ago
041d6d0
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6
by Linus Torvalds
· 15 years ago
af8cb8a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
by Linus Torvalds
· 15 years ago
6cdb593
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 15 years ago
d7e9660
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
cbc8cc3
udf: Fix possible corruption when close races with write
by Jan Kara
· 15 years ago
81056dd
udf: Perform preallocation only for regular files
by Jan Kara
· 15 years ago
7c6e3d1
udf: Remove wrong assignment in udf_symlink
by Jan Kara
· 15 years ago
5891d9d
udf: Remove dead code
by Jan Kara
· 15 years ago
2daea67
fsync: wait for data writeout completion before calling ->fsync
by Christoph Hellwig
· 15 years ago
18f2ee7
vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()
by Jan Kara
· 15 years ago
2f3d675
fat: Opencode sync_page_range_nolock()
by Jan Kara
· 15 years ago
af0f441
xfs: Convert sync_page_range() to simple filemap_write_and_wait_range()
by Jan Kara
· 15 years ago
d23c937
ocfs2: Update syncing after splicing to match generic version
by Jan Kara
· 15 years ago
ebbbf75
ntfs: Use new syncing helpers and update comments
by Jan Kara
· 15 years ago
0d34ec6
ext4: Remove syncing logic from ext4_file_write
by Jan Kara
· 15 years ago
e367626
ext3: Remove syncing logic from ext3_file_write
by Jan Kara
· 15 years ago
a2a735a
ext2: Update comment about generic_osync_inode
by Jan Kara
· 15 years ago
148f948
vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
by Jan Kara
· 15 years ago
eef9938
vfs: Rename generic_file_aio_write_nolock
by Christoph Hellwig
· 15 years ago
918941a
ocfs2: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
by Jan Kara
· 15 years ago
41f4db0
fs/Kconfig: move nilfs2 outside misc filesystems
by Ryusuke Konishi
· 15 years ago
0f3fe33
nilfs2: convert nilfs_bmap_lookup to an inline function
by Ryusuke Konishi
· 15 years ago
2e0c2c7
nilfs2: allow btree code to directly call dat operations
by Ryusuke Konishi
· 15 years ago
Next »