Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
71e32a20cfbf0e53f43117337d355ea505f8f081
/
fs
/
ext4
/
ext4.h
ad3273d
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Greg Kroah-Hartman
· 6 years ago
bcd8e91
ext4: avoid arithemetic overflow that can trigger a BUG
by Theodore Ts'o
· 6 years ago
072ebb3
ext4: add nonstring annotations to ext4.h
by Theodore Ts'o
· 6 years ago
ac22b46
ext4: readpages() should submit IO as read-ahead
by Jens Axboe
· 6 years ago
430657b
ext4: handle layout changes to pinned DAX mappings
by Ross Zwisler
· 6 years ago
6a0678a
ext4: super: extend timestamps to 40 bits
by Arnd Bergmann
· 6 years ago
7b62b29
ext4: use timespec64 for all inode times
by Arnd Bergmann
· 6 years ago
70a2dc6
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 6 years ago
c37e9e0
ext4: add more inode number paranoia checks
by Theodore Ts'o
· 7 years ago
8bc1379
ext4: avoid running out of journal credits when appending to an inline file
by Theodore Ts'o
· 7 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 7 years ago
327eaf7
ext4: add warn_on_error mount option
by Theodore Ts'o
· 7 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
1434763
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 7 years ago
247dbed
ext4: simplify procfs code
by Christoph Hellwig
· 7 years ago
db79e6d
ext4: add new ext4_mark_group_bitmap_corrupted() helper
by Wang Shilong
· 7 years ago
1d39834
ext4: remove EXT4_STATE_DIOREAD_LOCK flag
by Nikolay Borisov
· 7 years ago
e7093f0
ext4: fixed alignment and minor code cleanup in ext4.h
by Petros Koutoupis
· 7 years ago
f516676
ext4: fix up remaining files with SPDX cleanups
by Theodore Ts'o
· 7 years ago
ae9a8c4
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 7 years ago
32190f0
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 7 years ago
2325306
ext4: improve smp scalability for inode generation
by Theodore Ts'o
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
d77147f
ext4: add support for online resizing with bigalloc
by harshads
· 7 years ago
734f0d2
fscrypt: clean up include file mess
by Dave Chinner
· 7 years ago
8058cac
ext4: remove duplicate extended attributes defs
by Ross Zwisler
· 7 years ago
545052e
ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA
by Christoph Hellwig
· 7 years ago
7046ae3
ext4: Add iomap support for inline data
by Andreas Gruenbacher
· 7 years ago
89fd915
Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
5e40559
ext4: perform dax_device lookup at mount
by Dan Williams
· 7 years ago
a6d0567
ext4: backward compatibility support for Lustre ea_inode implementation
by Tahsin Erdogan
· 7 years ago
eaa093d
ext4: remove timebomb in ext4_decode_extra_time()
by Christoph Hellwig
· 7 years ago
9699d4f
ext4: make xattr inode reads faster
by Tahsin Erdogan
· 7 years ago
c741489
ext4: fix dir_nlink behaviour
by Andreas Dilger
· 7 years ago
381cebf
ext4: silence array overflow warning
by Dan Carpenter
· 7 years ago
a627b0a
ext4: remove unused metadata accounting variables
by Eric Whitney
· 7 years ago
a015434
ext4: send parallel discards on commit completions
by Daeho Jeong
· 8 years ago
cdb7ee4
ext4: add nombcache mount option
by Tahsin Erdogan
· 8 years ago
dec214d
ext4: xattr inode deduplication
by Tahsin Erdogan
· 8 years ago
02749a4
ext4: add ext4_is_quota_file()
by Tahsin Erdogan
· 8 years ago
4738740
ext2, ext4: make mb block cache names more explicit
by Tahsin Erdogan
· 8 years ago
b6d9029
ext4: move struct ext4_xattr_inode_array to xattr.h
by Tahsin Erdogan
· 8 years ago
0421a18
ext4: modify ext4_xattr_ino_array to hold struct inode *
by Tahsin Erdogan
· 8 years ago
0eefb10
ext4: extended attribute value size limit is enforced by vfs
by Tahsin Erdogan
· 8 years ago
1b917ed
ext4: do not set posix acls on xattr inodes
by Tahsin Erdogan
· 8 years ago
e50e512
ext4: xattr-in-inode support
by Andreas Dilger
· 8 years ago
e08ac99
ext4: add largedir feature
by Artem Blagodarenko
· 8 years ago
d6b9755
ext4: remove unused d_name argument from ext4_search_dir() et al.
by Eric Biggers
· 8 years ago
dd727dad3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 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
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
38eae95
ext4: Remove ext4_get_inode_flags()
by Jan Kara
· 8 years ago
99652ea
ext4: Add statx support
by David Howells
· 8 years ago
590dce2
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
a528d35
statx: Add a system call to make enhanced file info available
by David Howells
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
11bac80
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
by Dave Jiang
· 8 years ago
a27fcb0
Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
cab7076
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
e9be2ac
ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN
by Theodore Ts'o
· 8 years ago
46f47e4
fscrypt: split supp and notsupp declarations into their own headers
by Eric Biggers
· 8 years ago
783d948
ext4: add EXT4_IOC_GOINGDOWN ioctl
by Theodore Ts'o
· 8 years ago
0db1ff2
ext4: add shutdown bit and check for it
by Theodore Ts'o
· 8 years ago
9549a16
ext4: rename s_resize_flags to s_ext4_flags
by Theodore Ts'o
· 8 years ago
8ff6daa
iomap: constify struct iomap_ops
by Christoph Hellwig
· 8 years ago
01daf94
ext4: propagate error values from ext4_inline_data_truncate()
by Theodore Ts'o
· 8 years ago
a5d431e
fscrypt: make fscrypt_operations.key_prefix a string
by Eric Biggers
· 8 years ago
a551d7c
Merge branch 'fscrypt' into dev
by Theodore Ts'o
· 8 years ago
db717d8
fscrypto: move ioctl processing more fully into common code
by Eric Biggers
· 8 years ago
35997d1
ext4: get rid of ext4_sb_has_crypto()
by Eric Biggers
· 8 years ago
d14e768
ext4: be more strict when verifying flags set via SETFLAGS ioctls
by Jan Kara
· 8 years ago
f8011d9
ext4: add EXT4_JOURNAL_DATA_FL and EXT4_EXTENTS_FL to modifiable mask
by Jan Kara
· 8 years ago
d086630
ext4: remove unused function ext4_aligned_io()
by Ross Zwisler
· 8 years ago
0bd2d5e
ext4: rip out DAX handling from direct IO path
by Jan Kara
· 8 years ago
364443c
ext4: convert DAX reads to iomap infrastructure
by Jan Kara
· 8 years ago
9e47a4c
ext4: sanity check the block and cluster size at mount time
by Theodore Ts'o
· 8 years ago
eeca7ea
ext4: use current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
d0abb36
ext4: allow ext4_ext_truncate() to return an error
by Theodore Ts'o
· 8 years ago
2c98eb5
ext4: allow ext4_truncate() to return an error
by Theodore Ts'o
· 8 years ago
518eaa6
ext4: create EXT4_MAX_BLOCKS() macro
by Fabian Frederick
· 8 years ago
0b7b777
ext4: remove old feature helpers
by Kaho Ng
· 8 years ago
49da939
ext4: enable quota enforcement based on mount options
by Jan Kara
· 8 years ago
a7550b3
ext4 crypto: migrate into vfs's crypto engine
by Jaegeuk Kim
· 8 years ago
d08854f
ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performance
by Theodore Ts'o
· 9 years ago
12735f8
ext4: pre-zero allocated blocks for DAX IO
by Jan Kara
· 9 years ago
914f82a
ext4: refactor direct IO code
by Jan Kara
· 9 years ago
c8585c6
ext4: fix races between changing inode journal mode and ext4_writepages
by Daeho Jeong
· 9 years ago
ee0876b
ext4: do not ask jbd2 to write data for delalloc buffers
by Jan Kara
· 9 years ago
3957ef5
ext4: remove EXT4_STATE_ORDERED_MODE
by Jan Kara
· 9 years ago
93061f3
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 9 years ago
ea1754a
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
by Kirill A. Shutemov
· 9 years ago
daf647d
ext4: add lockdep annotations for i_data_sem
by Theodore Ts'o
· 9 years ago
c9af28f
ext4 crypto: don't let data integrity writebacks fail with ENOMEM
by Theodore Ts'o
· 9 years ago
53d2e69
Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
a2821e34
ext4: fix compile error while opening the macro DOUBLE_CHECK
by Aihua Zhang
· 9 years ago
2d90c16
ext4: more efficient SEEK_DATA implementation
by Jan Kara
· 9 years ago
600be30
ext4: remove i_ioend_count
by Jan Kara
· 9 years ago
109811c
ext4: simplify io_end handling for AIO DIO
by Jan Kara
· 9 years ago
705965b
ext4: rename and split get blocks functions
by Jan Kara
· 9 years ago
Next »