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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-30
ext4: release bh in make_indexed_dir
gmail
1
-8
/
+6
2016-09-30
ext4: Allow parallel DIO reads
Jan Kara
1
-22
/
+18
2016-09-22
ext4: allow DAX writeback for hole punch
Ross Zwisler
1
-2
/
+2
2016-09-22
jbd2: fix lockdep annotation in add_transaction_credits()
Jan Kara
1
-2
/
+4
2016-09-15
fscrypto: make filename crypto functions return 0 on success
Eric Biggers
6
-39
/
+47
2016-09-15
fscrypto: rename completion callbacks to reflect usage
Eric Biggers
2
-9
/
+11
2016-09-15
fscrypto: remove unnecessary includes
Eric Biggers
3
-6
/
+0
2016-09-15
fscrypto: improved validation when loading inode encryption metadata
Eric Biggers
1
-23
/
+45
2016-09-15
ext4: fix memory leak when symlink decryption fails
Eric Biggers
1
-2
/
+1
2016-09-15
jbd2: move more common code into journal_init_common()
Geliang Tang
1
-81
/
+50
2016-09-15
ext4: remove unused definition for MAX_32_NUM
Fabian Frederick
1
-2
/
+0
2016-09-15
ext4: create EXT4_MAX_BLOCKS() macro
Fabian Frederick
3
-14
/
+7
2016-09-15
ext4: remove unneeded test in ext4_alloc_file_blocks()
Fabian Frederick
1
-7
/
+2
2016-09-15
ext4: fix memory leak in ext4_insert_range()
Fabian Frederick
1
-0
/
+3
2016-09-15
ext4: bugfix for mmaped pages in mpage_release_unused_pages()
wangguang
1
-0
/
+2
2016-09-05
ext4: improve ext4lazyinit scalability
Dmitry Monakhov
1
-10
/
+31
2016-09-05
ext4: cleanup ext4_sync_parent()
Jan Kara
1
-1
/
+8
2016-09-05
ext4: remove old feature helpers
Kaho Ng
4
-29
/
+6
2016-09-05
ext4: enable quota enforcement based on mount options
Jan Kara
2
-13
/
+33
2016-09-05
ext4: reinforce check of i_dtime when clearing high fields of uid and gid
Daeho Jeong
1
-4
/
+4
2016-08-31
mbcache: fix to detect failure of register_shrinker
Chao Yu
1
-1
/
+5
2016-08-29
ext4: enforce online defrag restriction for encrypted files
Eric Whitney
1
-0
/
+7
2016-08-29
ext4: factor out loop for freeing inode xattr space
Jan Kara
1
-52
/
+69
2016-08-29
ext4: remove (almost) unused variables from ext4_expand_extra_isize_ea()
Jan Kara
1
-12
/
+8
2016-08-29
ext4: factor out xattr moving
Jan Kara
1
-74
/
+85
2016-08-29
ext4: replace bogus assertion in ext4_xattr_shift_entries()
Jan Kara
1
-4
/
+5
2016-08-29
ext4: remove checks for e_value_block
Jan Kara
1
-8
/
+7
2016-08-29
ext4: Check that external xattr value block is zero
Jan Kara
1
-0
/
+2
2016-08-29
ext4: fixup free space calculations when expanding inodes
Jan Kara
1
-34
/
+24
2016-08-29
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-25
/
+49
2016-08-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+3
2016-08-26
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
20
-181
/
+473
2016-08-26
Merge tag 'dlm-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/te...
Linus Torvalds
1
-14
/
+48
2016-08-26
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+3
2016-08-26
fs/seq_file: fix out-of-bounds read
Vegard Nossum
1
-1
/
+3
2016-08-26
dlm: fix malfunction of dlm_tool caused by debugfs changes
Eric Ren
1
-14
/
+48
2016-08-25
fs/block_dev: fix potential NULL ptr deref in freeze_bdev()
Andrey Ryabinin
1
-1
/
+2
2016-08-25
Btrfs: fix lockdep warning on deadlock against an inode's log mutex
Filipe Manana
3
-4
/
+8
2016-08-25
Btrfs: detect corruption when non-root leaf has zero item
Liu Bo
1
-1
/
+22
2016-08-25
Btrfs: check btree node's nritems
Liu Bo
1
-0
/
+16
2016-08-25
btrfs: don't create or leak aliased root while cleaning up orphans
Jeff Mahoney
3
-11
/
+22
2016-08-25
Btrfs: fix em leak in find_first_block_group
Josef Bacik
1
-0
/
+1
2016-08-25
btrfs: do not background blkdev_put()
Anand Jain
1
-8
/
+19
2016-08-25
Btrfs: clarify do_chunk_alloc()'s return value
Liu Bo
1
-0
/
+9
2016-08-25
btrfs: fix fsfreeze hang caused by delayed iputs deal
Wang Xiaoguang
4
-1
/
+25
2016-08-25
btrfs: update btrfs_space_info's bytes_may_use timely
Wang Xiaoguang
7
-63
/
+73
2016-08-25
btrfs: divide btrfs_update_reserved_bytes() into two functions
Wang Xiaoguang
1
-40
/
+57
2016-08-25
btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster()
Wang Xiaoguang
1
-4
/
+6
2016-08-25
btrfs: qgroup: Fix qgroup incorrectness caused by log replay
Qu Wenruo
1
-0
/
+16
2016-08-25
btrfs: relocation: Fix leaking qgroups numbers on data extents
Qu Wenruo
1
-6
/
+103
[next]