Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
bf9a95f9a6481bc6ec98ef7b328c14177eeb3492
/
fs
/
ext4
« Previous
c250b7d
fscrypt: make ->dummy_context() return bool
by Eric Biggers
· 7 years ago
6313685
ext4: require key for truncate(2) of encrypted file
by Eric Biggers
· 7 years ago
66e0aaa
ext4: don't bother checking for encryption key in ->mmap()
by Eric Biggers
· 7 years ago
1ea1516
ext4: check return value of kstrtoull correctly in reserved_clusters_store
by Chao Yu
· 7 years ago
4a495624
ext4: fix off-by-one fsmap error on 1k block filesystems
by Darrick J. Wong
· 7 years ago
bdddf34
ext4: return EFSBADCRC if a bad checksum error is found in ext4_find_entry()
by Theodore Ts'o
· 7 years ago
6febe6f
ext4: return EIO on read error in ext4_find_entry
by Khazhismel Kumykov
· 7 years ago
9ce0151
ext4: forbid encrypting root directory
by Eric Biggers
· 7 years ago
a015434
ext4: send parallel discards on commit completions
by Daeho Jeong
· 7 years ago
3abb1a0
ext4: avoid unnecessary stalls in ext4_evict_inode()
by Jan Kara
· 7 years ago
cdb7ee4
ext4: add nombcache mount option
by Tahsin Erdogan
· 7 years ago
b9fc761
ext4: strong binding of xattr inode references
by Tahsin Erdogan
· 7 years ago
daf8328
ext4: eliminate xattr entry e_hash recalculation for removes
by Tahsin Erdogan
· 7 years ago
9c6e785
ext4: reserve space for xattr entries/names
by Tahsin Erdogan
· 7 years ago
7a9ca53
quota: add get_inode_usage callback to transfer multi-inode charges
by Tahsin Erdogan
· 7 years ago
dec214d
ext4: xattr inode deduplication
by Tahsin Erdogan
· 7 years ago
30a7eb9
ext4: cleanup transaction restarts during inode deletion
by Tahsin Erdogan
· 7 years ago
02749a4
ext4: add ext4_is_quota_file()
by Tahsin Erdogan
· 7 years ago
4738740
ext2, ext4: make mb block cache names more explicit
by Tahsin Erdogan
· 7 years ago
c07dfcb
mbcache: make mbcache naming more generic
by Tahsin Erdogan
· 7 years ago
b6d9029
ext4: move struct ext4_xattr_inode_array to xattr.h
by Tahsin Erdogan
· 7 years ago
0421a18
ext4: modify ext4_xattr_ino_array to hold struct inode *
by Tahsin Erdogan
· 7 years ago
c1a5d5f
ext4: improve journal credit handling in set xattr paths
by Tahsin Erdogan
· 7 years ago
65d3000
ext4: ext4_xattr_delete_inode() should return accurate errors
by Tahsin Erdogan
· 7 years ago
b347e2b
ext4: retry storing value in external inode with xattr block too
by Tahsin Erdogan
· 7 years ago
b315529
ext4: fix credits calculation for xattr inode
by Tahsin Erdogan
· 7 years ago
7cec191
ext4: fix ext4_xattr_cmp()
by Tahsin Erdogan
· 7 years ago
f610910
ext4: fix ext4_xattr_move_to_block()
by Tahsin Erdogan
· 7 years ago
9bb21ce
ext4: fix ext4_xattr_make_inode_space() value size calculation
by Tahsin Erdogan
· 7 years ago
0bd454c
ext4: ext4_xattr_value_same() should return false for external data
by Tahsin Erdogan
· 7 years ago
990461d
ext4: add missing le32_to_cpu(e_value_inum) conversions
by Tahsin Erdogan
· 7 years ago
90966693
ext4: clean up ext4_xattr_inode_get()
by Tahsin Erdogan
· 7 years ago
bab79b0
ext4: change ext4_xattr_inode_iget() signature
by Tahsin Erdogan
· 7 years ago
0eefb10
ext4: extended attribute value size limit is enforced by vfs
by Tahsin Erdogan
· 7 years ago
1e7d359
ext4: fix ref counting for ea_inode
by Tahsin Erdogan
· 7 years ago
ddfa17e
ext4: call journal revoke when freeing ea_inode blocks
by Tahsin Erdogan
· 7 years ago
9e1ba00
ext4: ea_inode owner should be the same as the inode owner
by Tahsin Erdogan
· 7 years ago
bd3b963
ext4: attach jinode after creation of xattr inode
by Tahsin Erdogan
· 7 years ago
1b917ed
ext4: do not set posix acls on xattr inodes
by Tahsin Erdogan
· 7 years ago
0de5983
ext4: lock inode before calling ext4_orphan_add()
by Tahsin Erdogan
· 7 years ago
33d201e
ext4: fix lockdep warning about recursive inode locking
by Tahsin Erdogan
· 7 years ago
e50e512
ext4: xattr-in-inode support
by Andreas Dilger
· 7 years ago
e08ac99
ext4: add largedir feature
by Artem Blagodarenko
· 7 years ago
728fbc0
ext4: nowait aio support
by Goldwyn Rodrigues
· 7 years ago
fdd050b
Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base
by Christoph Hellwig
· 7 years ago
8f66439
Merge tag 'v4.12-rc5' into for-4.13/block
by Jens Axboe
· 7 years ago
4e4cbee
block: switch bios to blk_status_t
by Christoph Hellwig
· 7 years ago
8578709
fs: switch ->s_uuid to uuid_t
by Christoph Hellwig
· 8 years ago
67a7d5f
ext4: fix fdatasync(2) after extent manipulation operations
by Jan Kara
· 7 years ago
a056bda
ext4: fix data corruption for mmap writes
by Jan Kara
· 7 years ago
4f8caa6
ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO
by Jan Kara
· 7 years ago
b8cb5a5
ext4: fix quota charging for shared xattr blocks
by Tahsin Erdogan
· 7 years ago
c41d342
ext4: remove redundant check for encrypted file on dio write path
by Eric Biggers
· 7 years ago
d6b9755
ext4: remove unused d_name argument from ext4_search_dir() et al.
by Eric Biggers
· 7 years ago
e546579
ext4: fix off-by-one error when writing back pages before dio read
by Eric Biggers
· 7 years ago
624327f
ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()
by Eryu Guan
· 7 years ago
887a973
ext4: keep existing extra fields when inode expands
by Konstantin Khlebnikov
· 8 years ago
9651e6b
ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errors
by Konstantin Khlebnikov
· 8 years ago
3f1d5ba
ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()
by Jan Kara
· 8 years ago
7d95edd
ext4: fix SEEK_HOLE
by Jan Kara
· 8 years ago
964edf6
ext4: clear lockdep subtype for quota files on quota off
by Jan Kara
· 8 years ago
f5705aa8c
dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n case
by Dan Williams
· 8 years ago
1251704
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
fb26a1c
ext4: return to starting transaction in ext4_dax_huge_fault()
by Jan Kara
· 8 years ago
0fcc3ab
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
bf5f894
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
a7c3e90
mm: introduce kv[mz]alloc helpers
by Michal Hocko
· 8 years ago
677375c
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 8 years ago
dd727da
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
ef51042
block, dax: move "select DAX" from BLOCK to FS_DAX
by Dan Williams
· 8 years ago
53ef7d0
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
d9b9f8d
ext4: clean up ext4_match() and callers
by Eric Biggers
· 8 years ago
067d102
ext4: switch to using fscrypt_match_name()
by Eric Biggers
· 8 years ago
6b06cde
fscrypt: avoid collisions when presenting long encrypted filenames
by Eric Biggers
· 8 years ago
8c68084
ext4: remove "nokey" check from ext4_lookup()
by Eric Biggers
· 8 years ago
0047337
ext4: mark superblock writes synchronous for nobarrier mounts
by Jan Kara
· 8 years ago
a3719f3
Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 8 years ago
aa1dca3
ext4: inherit encryption xattr before other xattrs
by Eric Biggers
· 8 years ago
72d622b4
ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()
by Theodore Ts'o
· 8 years ago
dddbd6a
ext4: avoid unnecessary transaction stalls during writeback
by Jan Kara
· 8 years ago
85c8f17
ext4: preload block group descriptors
by Andrew Perepechko
· 8 years ago
1a20a630
ext4: make ext4_shutdown() static
by Eric Biggers
· 8 years ago
0c9ec4b
ext4: support GETFSMAP ioctls
by Darrick J. Wong
· 8 years ago
7b4cc97
ext4: evict inline data when writing to memory map
by Eric Biggers
· 8 years ago
6ba644b
ext4: remove ext4_xattr_check_entry()
by Eric Biggers
· 8 years ago
2c4f992
ext4: rename ext4_xattr_check_names() to ext4_xattr_check_entries()
by Eric Biggers
· 8 years ago
ba7ea1d
ext4: merge ext4_xattr_list() into ext4_listxattr()
by Eric Biggers
· 8 years ago
d600618
ext4: constify static data that is never modified
by Eric Biggers
· 8 years ago
1bc0af6
ext4: trim return value and 'dir' argument from ext4_insert_dentry()
by Eric Biggers
· 8 years ago
fa5d932
ext2, ext4, xfs: retrieve dax_device for iomap operations
by Dan Williams
· 8 years ago
61a9298
ext4: Improve comments in ext4_quota_{on|off}()
by Jan Kara
· 8 years ago
38eae95
ext4: Remove ext4_get_inode_flags()
by Jan Kara
· 8 years ago
957153f
ext4: Set flags on quota files directly
by Jan Kara
· 8 years ago
3209f68
statx: Include a mask for stx_attributes in struct statx
by David Howells
· 8 years ago
99652ea
ext4: Add statx support
by David Howells
· 8 years ago
1c23de6
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
a643f90
Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 8 years ago
d67d64f
ext4: fix two spelling nits
by Theodore Ts'o
· 8 years ago
dac7a4b
ext4: lock the xattr block before checksuming it
by Theodore Ts'o
· 8 years ago
b9cf625
ext4: mark inode dirty after converting inline directory
by Eric Biggers
· 8 years ago
Next »