Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
18e22a1772260045648e49e2048ecc7193422a80
/
fs
« Previous
beaa57d
f2fs: fix to skip shrinking extent nodes
by Chao Yu
· 9 years ago
a6be014
f2fs: fix error path of ->symlink
by Chao Yu
· 9 years ago
7fee740
f2fs: fix to clear GCed flag for atomic written page
by Chao Yu
· 9 years ago
ee1d267
pstore: add pstore unregister
by Geliang Tang
· 9 years ago
2b246fb
f2fs: don't need to submit bio on error case
by Jaegeuk Kim
· 9 years ago
d7b8b38
f2fs: fix leakage of inmemory atomic pages
by Jaegeuk Kim
· 9 years ago
a9e6d15
Merge branch 'allocator-fixes' into for-linus-4.4
by Chris Mason
· 9 years ago
0584f71
Btrfs: don't do extra bitmap search in one bit case
by Josef Bacik
· 9 years ago
cef4048
Btrfs: keep track of largest extent in bitmaps
by Josef Bacik
· 9 years ago
c759c4e
Btrfs: don't keep trying to build clusters if we are fragmented
by Josef Bacik
· 9 years ago
a5e681d
Btrfs: cut down on loops through the allocator
by Josef Bacik
· 9 years ago
2968b1f
Btrfs: don't continue setting up space cache when enospc
by Josef Bacik
· 9 years ago
4f4db21
Btrfs: keep track of max_extent_size per space_info
by Josef Bacik
· 9 years ago
36af4e0
Btrfs: don't loop in allocator for space cache
by Josef Bacik
· 9 years ago
3204d33
Btrfs: add a flags field to btrfs_transaction
by Josef Bacik
· 9 years ago
0b670dc
Btrfs: fix prealloc under heavy fragmentation conditions
by Josef Bacik
· 9 years ago
d0bd456
Btrfs: add fragment=* debug mount option
by Josef Bacik
· 9 years ago
d9ee522
Btrfs: fix qgroup sanity tests
by Josef Bacik
· 9 years ago
161c3549
Btrfs: change how we wait for pending ordered extents
by Josef Bacik
· 9 years ago
56fa9d0
btrfs: qgroup: Check if qgroup reserved space leaked
by Qu Wenruo
· 9 years ago
51773be
btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook
by Qu Wenruo
· 9 years ago
14524a8
btrfs: fallocate: Add support to accurate qgroup reserve
by Qu Wenruo
· 9 years ago
81fb6f7
btrfs: qgroup: Add new trace point for qgroup data reserve
by Qu Wenruo
· 9 years ago
b9d0b38
btrfs: Add handler for invalidate page
by Qu Wenruo
· 9 years ago
94ed938
btrfs: qgroup: Add handler for NOCOW and inline
by Qu Wenruo
· 9 years ago
7cf5b97
btrfs: qgroup: Cleanup old inaccurate facilities
by Qu Wenruo
· 9 years ago
df48063
btrfs: extent-tree: Switch to new delalloc space reserve and release
by Qu Wenruo
· 9 years ago
1ada3a6
btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space
by Qu Wenruo
· 9 years ago
d9d8b2a
btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_space
by Qu Wenruo
· 9 years ago
4ceff07
btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space.
by Qu Wenruo
· 9 years ago
7174109
btrfs: qgroup: Use new metadata reservation.
by Qu Wenruo
· 9 years ago
55eeaf0
btrfs: qgroup: Introduce new functions to reserve/free metadata
by Qu Wenruo
· 9 years ago
297d750
btrfs: delayed_ref: release and free qgroup reserved at proper timing
by Qu Wenruo
· 9 years ago
f64d5ca
btrfs: delayed_ref: Add new function to record reserved space into delayed ref
by Qu Wenruo
· 9 years ago
f695fdc
btrfs: qgroup: Introduce functions to release/free qgroup reserve data space
by Qu Wenruo
· 9 years ago
5247255
btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function
by Qu Wenruo
· 9 years ago
fefdc55
btrfs: extent_io: Introduce new function clear_record_extent_bits()
by Qu Wenruo
· 9 years ago
d38ed27
btrfs: extent_io: Introduce new function set_record_extent_bits
by Qu Wenruo
· 9 years ago
ac46777
btrfs: extent_io: Introduce needed structure for recoding set/clear bits
by Qu Wenruo
· 9 years ago
a408365
Merge branch 'integration-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.4
by Chris Mason
· 9 years ago
a0d58e4
Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.4
by Chris Mason
· 9 years ago
0f89abf
btrfs: fix possible leak in btrfs_ioctl_balance()
by Christian Engelmayer
· 9 years ago
f96999c
f2fs: refactor __find_rev_next_{zero}_bit
by Jaegeuk Kim
· 9 years ago
25520d5
block: Inline blk_integrity in struct gendisk
by Martin K. Petersen
· 9 years ago
ddd664f
btrfs: reada: Fix returned errno code
by Luis de Bethencourt
· 9 years ago
0b8d8ce
btrfs: check-integrity: Fix returned errno codes
by Luis de Bethencourt
· 9 years ago
d918764
btrfs: compress: put variables defined per compress type in struct to make cache friendly
by Byongho Lee
· 9 years ago
619ed39
btrfs: cleanup iterating over prop_handlers array
by Byongho Lee
· 9 years ago
8cd1e73
btrfs: fix a comment typo
by Geliang Tang
· 9 years ago
6e4d6fa
btrfs: declare rsv_count as unsigned int instead of int
by Alexandru Moise
· 9 years ago
5aed1dd
btrfs: change num_items type from u64 to unsigned int
by Alexandru Moise
· 9 years ago
bdcd3c9
btrfs: cleanup btrfs_balance profile validity checks
by Alexandru Moise
· 9 years ago
bb78915
btrfs/file.c: remove an unsed varialbe first_index
by Shan Hai
· 9 years ago
9c170b2
btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profile
by Zhao Lei
· 9 years ago
8789f4f
btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures()
by Zhao Lei
· 9 years ago
af90204
btrfs: Move btrfs_raid_array to public
by Zhao Lei
· 9 years ago
e9cf439
btrfs: use a single if() statement for one outcome in get_block_rsv()
by Alexandru Moise
· 9 years ago
a099d0f
btrfs: memset cur_trans->delayed_refs to zero
by Alexandru Moise
· 9 years ago
568b1c9
btrfs: remove unnecessary list_del
by Byongho Lee
· 9 years ago
d7641a4
btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entry
by Byongho Lee
· 9 years ago
f2f767e
btrfs: trimming some start_transaction() code away
by Alexandru Moise
· 9 years ago
0412e58
btrfs: Fixed declaration of old_len
by Alexandru Moise
· 9 years ago
ce0eac2
btrfs: Fixed dsize and last_off declarations
by Alexandru Moise
· 9 years ago
0d51e28
Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integer constants
by Chandan Rajendra
· 9 years ago
1873041
pstore: add a helper function pstore_register_kmsg
by Geliang Tang
· 9 years ago
549b39a
pstore: add vmalloc error check
by Geliang Tang
· 9 years ago
146aa8b
KEYS: Merge the type-specific data with the payload data
by David Howells
· 9 years ago
0f6925f
btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode size
by Qu Wenruo
· 9 years ago
67f8cf3c
f2fs: support fiemap for inline_data
by Jaegeuk Kim
· 9 years ago
1d373a0
f2fs: flush dirty data for bmap
by Jaegeuk Kim
· 9 years ago
1617503
ext4: fix abs() usage in ext4_mb_check_group_pa
by John Stultz
· 9 years ago
1e381f6
ext4: do not allow journal_opts for fs w/o journal
by Dmitry Monakhov
· 9 years ago
c93cf2d
ext4: explicit mount options parsing cleanup
by Dmitry Monakhov
· 9 years ago
37c1c04
sysfs: added __compat_only_sysfs_link_entry_to_kobj()
by Jarkko Sakkinen
· 10 years ago
4327ba5
ext4, jbd2: ensure entering into panic after recording an error in superblock
by Daeho Jeong
· 9 years ago
c23fe83
debugfs: Add debugfs_create_ulong()
by Viresh Kumar
· 9 years ago
6713e8f
debugfs: Add read-only/write-only bool file ops
by Stephen Boyd
· 9 years ago
6db6652
debugfs: Add read-only/write-only size_t file ops
by Stephen Boyd
· 9 years ago
82b7d4f
debugfs: Add read-only/write-only x64 file ops
by Stephen Boyd
· 9 years ago
b97f679
debugfs: Consolidate file mode checks in debugfs_create_*()
by Stephen Boyd
· 9 years ago
904dad4
[PATCH] fix calculation of meta_bg descriptor backups
by Andy Leiserson
· 9 years ago
6934da9
ext4: fix potential use after free in __ext4_journal_stop
by Lukas Czerner
· 9 years ago
33d1497
jbd2: fix checkpoint list cleanup
by Jan Kara
· 9 years ago
9c02ac9
ext4: fix xfstest generic/269 double revoked buffer bug with bigalloc
by Daeho Jeong
· 9 years ago
9008a58
ext4: make the bitmap read routines return real error codes
by Darrick J. Wong
· 9 years ago
56316a0
jbd2: clean up feature test macros with predicate functions
by Darrick J. Wong
· 9 years ago
e2b911c
ext4: clean up feature test macros with predicate functions
by Darrick J. Wong
· 9 years ago
6a797d2
ext4: call out CRC and corruption errors with specific error codes
by Darrick J. Wong
· 9 years ago
8c81bd8
ext4: store checksum seed in superblock
by Darrick J. Wong
· 9 years ago
8b4953e
ext4: reserve code points for the project quota feature
by Theodore Ts'o
· 9 years ago
0305cd5
Btrfs: fix truncation of compressed and inlined extents
by Filipe Manana
· 9 years ago
6aa8ca4
Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
3d87518
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
0f90cc6
mm, dax: fix DAX deadlocks
by Ross Zwisler
· 9 years ago
063d99b
mm, fs: obey gfp_mapping for add_to_page_cache()
by Michal Hocko
· 9 years ago
c7823b6
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 9 years ago
9172796
ext4: promote ext4 over ext2 in the default probe order
by Darrick J. Wong
· 9 years ago
8595798
jbd2: gate checksum calculations on crc driver presence, not sb flags
by Darrick J. Wong
· 9 years ago
b90197b
ext4: use private version of page_zero_new_buffers() for data=journal mode
by Theodore Ts'o
· 9 years ago
6ca7d91
locks: Use more file_inode and fix a comment
by Benjamin Coddington
· 9 years ago
Next »