index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-20
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
17
-133
/
+446
2017-02-20
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-51
/
+24
2017-02-20
ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWN
Theodore Ts'o
2
-5
/
+5
2017-02-15
ext4: fix fencepost in s_first_meta_bg validation
Theodore Ts'o
1
-1
/
+1
2017-02-14
ext4: don't BUG when truncating encrypted inodes on the orphan list
Theodore Ts'o
1
-0
/
+4
2017-02-10
ext4: do not use stripe_width if it is not set
Jan Kara
1
-2
/
+2
2017-02-10
ext4: fix stripe-unaligned allocations
Jan Kara
1
-2
/
+4
2017-02-08
ext4: fix DAX write locking
Christoph Hellwig
1
-9
/
+1
2017-02-08
fscrypt: constify struct fscrypt_operations
Eric Biggers
1
-2
/
+2
2017-02-06
fscrypt: split supp and notsupp declarations into their own headers
Eric Biggers
2
-24
/
+5
2017-02-05
ext4: add EXT4_IOC_GOINGDOWN ioctl
Theodore Ts'o
3
-1
/
+61
2017-02-05
ext4: add shutdown bit and check for it
Theodore Ts'o
11
-3
/
+103
2017-02-05
ext4: rename s_resize_flags to s_ext4_flags
Theodore Ts'o
2
-5
/
+10
2017-02-05
ext4: return EROFS if device is r/o and journal replay is needed
Theodore Ts'o
1
-1
/
+2
2017-02-04
ext4: preserve the needs_recovery flag when the journal is aborted
Theodore Ts'o
1
-2
/
+4
2017-02-04
ext4: fix inline data error paths
Theodore Ts'o
2
-6
/
+23
2017-02-02
ext4: move halfmd4 into hash.c directly
Jason A. Donenfeld
1
-1
/
+70
2017-02-01
ext4: fix use-after-iput when fscrypt contexts are inconsistent
Eric Biggers
1
-2
/
+4
2017-01-27
ext4: fix data corruption in data=journal mode
Jan Kara
1
-10
/
+13
2017-01-27
ext4: trim allocation requests to group size
Jan Kara
1
-0
/
+7
2017-01-24
dax: fix build warnings with FS_DAX and !FS_IOMAP
Ross Zwisler
1
-1
/
+0
2017-01-22
ext4: replace BUG_ON with WARN_ON in mb_find_extent()
Theodore Ts'o
1
-1
/
+11
2017-01-22
ext4: propagate error values from ext4_inline_data_truncate()
Theodore Ts'o
3
-19
/
+27
2017-01-11
ext4: avoid calling ext4_mark_inode_dirty() under unneeded semaphores
Theodore Ts'o
2
-7
/
+4
2017-01-11
ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()
Theodore Ts'o
3
-54
/
+74
2017-01-11
ext4: add debug_want_extra_isize mount option
Theodore Ts'o
1
-2
/
+7
2017-01-08
ext4: do not polute the extents cache while shifting extents
Roman Pen
1
-3
/
+6
2017-01-08
ext4: Include forgotten start block on fallocate insert range
Roman Pen
1
-6
/
+12
2017-01-08
Merge branch 'fscrypt' into d
Theodore Ts'o
4
-25
/
+17
2017-01-08
fscrypt: make fscrypt_operations.key_prefix a string
Eric Biggers
2
-23
/
+1
2017-01-08
ext4: don't allow encrypted operations without keys
Theodore Ts'o
1
-0
/
+12
2016-12-31
fscrypt: use ENOKEY when file cannot be created w/o key
Eric Biggers
2
-2
/
+4
2016-12-26
ext4: Simplify DAX fault path
Jan Kara
1
-38
/
+10
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
3
-3
/
+3
2016-12-17
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
1
-3
/
+0
2016-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2016-12-14
Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-25
/
+8
2016-12-14
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
15
-326
/
+615
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-5
/
+5
2016-12-12
Merge branch 'fscrypt' into dev
Theodore Ts'o
3
-31
/
+6
2016-12-11
fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()
David Gstir
1
-1
/
+0
2016-12-11
fscrypto: move ioctl processing more fully into common code
Eric Biggers
2
-31
/
+7
2016-12-10
ext4: do not perform data journaling when data is encrypted
Sergey Karamov
2
-6
/
+13
2016-12-10
ext4: return -ENOMEM instead of success
Dan Carpenter
1
-1
/
+3
2016-12-10
ext4: reject inodes with negative size
Darrick J. Wong
1
-0
/
+6
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
1
-3
/
+0
2016-12-05
quota: constify struct path in quota_on
Al Viro
1
-2
/
+2
2016-12-03
ext4: remove another test in ext4_alloc_file_blocks()
Dan Carpenter
1
-1
/
+1
2016-12-03
ext4: fix checks for data=ordered and journal_async_commit options
Jan Kara
1
-6
/
+15
2016-12-02
ext4: fix reading new encrypted symlinks on no-journal file systems
Theodore Ts'o
1
-1
/
+2
[next]