Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f21179a47ff8d1046a61c1cf5920244997a4a7bb
/
fs
/
ext4
2ec0ae3
ext4: Fix race in ext4_inode_info.i_cached_extent
by Theodore Ts'o
· 16 years ago
2a8964d
ext4: Clear the unwritten buffer_head flag after the extent is initialized
by Aneesh Kumar K.V
· 16 years ago
33b9817
ext4: Use a fake block number for delayed new buffer_head
by Aneesh Kumar K.V
· 16 years ago
9c1ee18
ext4: Fix sub-block zeroing for writes into preallocated extents
by Aneesh Kumar K.V
· 16 years ago
c4b5a61
ext4: Do not try to validate extents on special files
by Theodore Ts'o
· 16 years ago
a9e8174
ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present
by Theodore Ts'o
· 16 years ago
485c26e
ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inode
by Theodore Ts'o
· 16 years ago
a4277bf1
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
b5451f7
ext4: Fix potential inode allocation soft lockup in Orlov allocator
by Theodore Ts'o
· 16 years ago
e84a26c
ext4: Make the extent validity check more paranoid
by Theodore Ts'o
· 16 years ago
226e7da
ext4: Remove code handling bio_alloc failure with __GFP_WAIT
by Nikanth Karthikesan
· 16 years ago
6b82f3c
ext4: really print the find_group_flex fallback warning only once
by Chuck Ebbert
· 16 years ago
0f2ddca
ext4: check block device size on mount
by From: Thiemo Nagel
· 16 years ago
e44543b
ext4: Fix off-by-one-error in ext4_valid_extent_idx()
by Thiemo Nagel
· 16 years ago
f73953c
ext4: Fix big-endian problem in __ext4_check_blockref()
by Thiemo Nagel
· 16 years ago
811158b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
8fe74cf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
395d734
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
c2ec175
mm: page_mkwrite change prototype to match fault
by Nick Piggin
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
692105b
trivial: fix typos/grammar errors in Kconfig texts
by Matt LaPlante
· 16 years ago
06705bf
ext4: Regularize mount options
by Theodore Ts'o
· 16 years ago
e7c9e3e
ext4: fix locking typo in mballoc which could cause soft lockup hangs
by Theodore Ts'o
· 16 years ago
a7b1944
ext4: fix typo which causes a memory leak on error path
by Dan Carpenter
· 16 years ago
cc0fb9a
ext4: Rename pa_linear to pa_type
by Aneesh Kumar K.V
· 16 years ago
fe2c819
ext4: add checks of block references for non-extent inodes
by Thiemo Nagel
· 16 years ago
563bdd6
ext4: Check for an valid i_mode when reading the inode from disk
by Theodore Ts'o
· 16 years ago
a269eb1
ext4: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
60e58e0
ext4: quota reservation for delayed allocation
by Mingming Cao
· 16 years ago
edf7245
ext4: Remove unnecessary quota functions
by Jan Kara
· 16 years ago
d33a197
ext4: fix bb_prealloc_list corruption due to wrong group locking
by Eric Sandeen
· 16 years ago
afd4672
ext4: Add auto_da_alloc mount option
by Theodore Ts'o
· 16 years ago
8d03c7a
ext4: fix bogus BUG_ONs in in mballoc code
by Eric Sandeen
· 16 years ago
2842c3b
ext4: Print the find_group_flex() warning only once
by Theodore Ts'o
· 16 years ago
395a87b
ext4: fix header check in ext4_ext_search_right() for deep extent trees.
by Eric Sandeen
· 16 years ago
7d39db1
ext4: Use struct flex_groups to calculate get_orlov_stats()
by Theodore Ts'o
· 16 years ago
9f24e42
ext4: Use atomic_t's in struct flex_groups
by Theodore Ts'o
· 16 years ago
b713a5e
ext4: remove /proc tuning knobs
by Theodore Ts'o
· 16 years ago
3197ebd
ext4: Add sysfs support
by Theodore Ts'o
· 16 years ago
7ce9d5d
ext4: fix ext4_free_inode() vs. ext4_claim_inode() race
by Eric Sandeen
· 16 years ago
afc32f7
ext4: Track lifetime disk writes
by Theodore Ts'o
· 16 years ago
d601430
ext4: Fix discard of inode prealloc space with delayed allocation.
by Aneesh Kumar K.V
· 16 years ago
8f64b32
ext4: don't call jbd2_journal_force_commit_nested without journal
by Eric Sandeen
· 16 years ago
8b1a8ff
ext4: Remove duplicate call to ext4_commit_super() in ext4_freeze()
by Theodore Ts'o
· 16 years ago
8750c6d
ext4: Automatically allocate delay allocated blocks on rename
by Theodore Ts'o
· 16 years ago
7d8f9f7
ext4: Automatically allocate delay allocated blocks on close
by Theodore Ts'o
· 16 years ago
ccd2506
ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctl
by Theodore Ts'o
· 16 years ago
f63e600
ext4: Simplify delalloc code by removing mpage_da_writepages()
by Theodore Ts'o
· 16 years ago
8dc207c
ext4: Save stack space by removing fake buffer heads
by Theodore Ts'o
· 16 years ago
ed5bde0
ext4: Simplify delalloc implementation by removing mpd.get_block
by Theodore Ts'o
· 16 years ago
7a262f7
ext4: Validate extent details only when read from the disk
by Aneesh Kumar K.V
· 16 years ago
56b1986
ext4: Add checks to validate extent entries.
by Aneesh Kumar K.V
· 16 years ago
e6f009b
ext4: return -EIO not -ESTALE on directory traversal through deleted inode
by Bryan Donlan
· 16 years ago
a491212
ext4: New inode/block allocation algorithms for flex_bg filesystems
by Theodore Ts'o
· 16 years ago
ebd3610
ext4: Fix deadlock in ext4_write_begin() and ext4_da_write_begin()
by Jan Kara
· 16 years ago
05bf9e8
ext4: Add fallback for find_group_flex
by Theodore Ts'o
· 16 years ago
0905426
ext4: Fix NULL dereference in ext4_ext_migrate()'s error handling
by Dan Carpenter
· 16 years ago
2dc6b0d
ext4: tighten restrictions on inode flags
by Duane Griffin
· 16 years ago
8fa43a8
ext4: don't inherit inappropriate inode flags from parent
by Duane Griffin
· 16 years ago
705895b
ext4: allocate ->s_blockgroup_lock separately
by Pekka Enberg
· 16 years ago
3d0518f
ext4: New rec_len encoding for very large blocksizes
by Wei Yongjun
· 16 years ago
8bad459
ext4: Use unsigned int for blocksize in dx_make_map() and dx_pack_dirents()
by Theodore Ts'o
· 16 years ago
2acf2c2
ext4: Implement range_cyclic in ext4_da_writepages instead of write_cache_pages
by Aneesh Kumar K.V
· 16 years ago
d794bf8
ext4: Initialize preallocation list_head's properly
by Aneesh Kumar K.V
· 16 years ago
ba44391
ext4: Fix lockdep warning
by Aneesh Kumar K.V
· 16 years ago
7be2baa
ext4: Fix to read empty directory blocks correctly in 64k
by Wei Yongjun
· 16 years ago
7f5aa21
jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()
by Jan Kara
· 16 years ago
9eddacf
Revert "ext4: wait on all pending commits in ext4_sync_fs()"
by Jan Kara
· 16 years ago
e187c65
ext4: remove call to ext4_group_desc() in ext4_group_used_meta_blocks()
by Theodore Ts'o
· 16 years ago
074ca44
ext4: Remove stale block allocator references from ext4.h
by Mike Snitzer
· 16 years ago
b9ec63f
ext4: Remove bogus BUG() check in ext4_bmap()
by Theodore Ts'o
· 16 years ago
9fd9784
ext4: Fix building with EXT4FS_DEBUG
by Thadeu Lima de Souza Cascardo
· 16 years ago
fdff73f
ext4: Initialize the new group descriptor when resizing the filesystem
by Theodore Ts'o
· 16 years ago
e7f0796
ext4: Fix ext4_free_blocks() w/o a journal when files have indirect blocks
by Theodore Ts'o
· 16 years ago
e6b8bc0
ext4: Add sanity check to make_indexed_dir
by Theodore Ts'o
· 16 years ago
06a279d
ext4: only use i_size_high for regular files
by Theodore Ts'o
· 16 years ago
c4be0c1
filesystem freeze: add error handling of write_super_lockfs/unlockfs
by Takashi Sato
· 16 years ago
2150edc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 16 years ago
73ac36e
fix similar typos to successfull
by Coly Li
· 16 years ago
97e133b
generic swap(): ext4: remove local swap() macro
by Wu Fengguang
· 16 years ago
179f7eb
percpu_counter: FBC_BATCH should be a variable
by Eric Dumazet
· 16 years ago
83982b6
ext4: Remove "extents" mount option
by Theodore Ts'o
· 16 years ago
abda141
ext4: Make printk's consistently prefixed with "EXT4-fs: "
by Theodore Ts'o
· 16 years ago
4ec1102
ext4: Add sanity checks for the superblock before mounting the filesystem
by Theodore Ts'o
· 16 years ago
b3881f7
ext4: Add mount option to set kjournald's I/O priority
by Theodore Ts'o
· 16 years ago
a5b5ee3
ext4: Add default allocation routines for quota structures
by Jan Kara
· 16 years ago
17bd13b
ext4: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()
by Jan Kara
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
c644f0e
fs: introduce bgl_lock_ptr()
by Pekka Enberg
· 16 years ago
ba80b10
ext4: Add markers for better debuggability
by Theodore Ts'o
· 16 years ago
c319106
ext4: Remove code to create the journal inode
by Theodore Ts'o
· 16 years ago
c39a7f8
ext4: provide function to release metadata pages under memory pressure
by Toshiyuki Okajima
· 16 years ago
0087d9f
ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc
by Aneesh Kumar K.V
· 16 years ago
29eaf02
ext4: Init the complete page while building buddy cache
by Aneesh Kumar K.V
· 16 years ago
8556e8f
ext4: Don't allow new groups to be added during block allocation
by Aneesh Kumar K.V
· 16 years ago
648f587
ext4: mark the blocks/inode bitmap beyond end of group as used
by Aneesh Kumar K.V
· 16 years ago
2ccb5fb
ext4: Use new buffer_head flag to check uninit group bitmaps initialization
by Aneesh Kumar K.V
· 16 years ago
3934186
ext4: Fix the race between read_inode_bitmap() and ext4_new_inode()
by Aneesh Kumar K.V
· 16 years ago
3300bed
ext4: code cleanup
by Aneesh Kumar K.V
· 16 years ago
560671a
ext4: Use high 16 bits of the block group descriptor's free counts fields
by Aneesh Kumar K.V
· 16 years ago
Next »