index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-20
Merge branch 'xfs-4.8-dir2-sf-fixes' into for-next
Dave Chinner
5
-86
/
+37
2016-07-20
Merge branch 'xfs-4.8-split-dax-dio' into for-next
Dave Chinner
8
-118
/
+203
2016-07-20
Merge branch 'xfs-4.8-buf-fixes' into for-next
Dave Chinner
6
-56
/
+151
2016-07-20
Merge branch 'xfs-4.8-misc-fixes-3' into for-next
Dave Chinner
6
-31
/
+60
2016-07-20
xfs: remove __arch_pack
Christoph Hellwig
2
-8
/
+1
2016-07-20
xfs: kill xfs_dir2_inou_t
Christoph Hellwig
4
-60
/
+26
2016-07-20
xfs: kill xfs_dir2_sf_off_t
Christoph Hellwig
3
-18
/
+10
2016-07-20
xfs: split direct I/O and DAX path
Christoph Hellwig
2
-29
/
+112
2016-07-20
xfs: direct calls in the direct I/O path
Christoph Hellwig
3
-21
/
+23
2016-07-20
xfs: stop using generic_file_read_iter for direct I/O
Christoph Hellwig
1
-2
/
+13
2016-07-20
xfs: split xfs_file_read_iter into buffered and direct I/O helpers
Christoph Hellwig
1
-26
/
+57
2016-07-20
xfs: remove s_maxbytes enforcement in xfs_file_read_iter
Christoph Hellwig
1
-8
/
+0
2016-07-20
xfs: kill ioflags
Christoph Hellwig
3
-38
/
+17
2016-07-20
xfs: don't pass ioflags around in the ioctl path
Christoph Hellwig
3
-22
/
+9
2016-07-20
xfs: track and serialize in-flight async buffers against unmount
Brian Foster
2
-42
/
+129
2016-07-20
xfs: exclude never-released buffers from buftarg I/O accounting
Brian Foster
4
-7
/
+12
2016-07-20
xfs: don't reset b_retries to 0 on every failure
Eric Sandeen
1
-3
/
+4
2016-07-20
xfs: remove extraneous buffer flag changes
Eric Sandeen
2
-4
/
+3
2016-07-20
xfs: fix xfs_error_get_cfg for negative errnos
Eric Sandeen
1
-0
/
+3
2016-07-20
xfs: remove the magic numbers in xfs_btree_block-related len macros
Hou Tao
2
-25
/
+43
2016-07-20
xfs: indentation fix in xfs_btree_get_iroot()
Kaho Ng
1
-4
/
+4
2016-07-20
xfs: don't allow negative error tags
Dan Carpenter
2
-2
/
+2
2016-07-20
xfs: fix type confusion in xfs_ioc_swapext
Jann Horn
1
-0
/
+11
2016-07-18
Btrfs: fix comparison in __btrfs_map_block()
Vincent Stehlé
1
-1
/
+1
2016-07-18
f2fs: avoid memory allocation failure due to a long length
Jaegeuk Kim
1
-18
/
+28
2016-07-15
f2fs: reset default idle interval value
Chao Yu
1
-1
/
+1
2016-07-15
f2fs: use blk_plug in all the possible paths
Jaegeuk Kim
6
-2
/
+29
2016-07-15
f2fs: fix to avoid data update racing between GC and DIO
Chao Yu
4
-1
/
+28
2016-07-15
f2fs: add maximum prefree segments
Jaegeuk Kim
2
-0
/
+4
2016-07-15
f2fs: disable extent_cache for fcollapse/finsert inodes
Jaegeuk Kim
3
-0
/
+19
2016-07-15
f2fs: refactor __exchange_data_block for speed up
Jaegeuk Kim
2
-66
/
+171
2016-07-15
f2fs: fix ERR_PTR returned by bio
Jaegeuk Kim
1
-1
/
+3
2016-07-16
xfs: fix type confusion in xfs_ioc_swapext
Jann Horn
1
-0
/
+6
2016-07-15
x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2
H.J. Lu
1
-0
/
+18
2016-07-15
ext4: verify extent header depth
Vegard Nossum
1
-0
/
+4
2016-07-14
ext4: short-cut orphan cleanup on error
Vegard Nossum
1
-0
/
+10
2016-07-14
ext4: fix reference counting bug on block allocation error
Vegard Nossum
1
-14
/
+3
2016-07-14
chardev: add missing line break in pr_warn
Fengguang Wu
1
-1
/
+1
2016-07-12
GFS2: Check rs_free with rd_rsspin protection
Bob Peterson
1
-3
/
+2
2016-07-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
7
-10
/
+32
2016-07-10
ext4 crypto: migrate into vfs's crypto engine
Jaegeuk Kim
19
-1997
/
+297
2016-07-08
Merge branch 'topic/cec' into patchwork
Mauro Carvalho Chehab
1
-0
/
+12
2016-07-08
f2fs: avoid mark_inode_dirty
Jaegeuk Kim
10
-44
/
+62
2016-07-08
f2fs: move i_size_write in f2fs_write_end
Jaegeuk Kim
1
-1
/
+1
2016-07-08
f2fs: fix to avoid redundant discard during fstrim
Chao Yu
1
-2
/
+3
2016-07-08
f2fs: avoid mismatching block range for discard
Yunlei He
1
-0
/
+4
2016-07-08
f2fs: fix incorrect f_bfree calculation in ->statfs
Chao Yu
1
-1
/
+1
2016-07-08
f2fs: use percpu_rw_semaphore
Jaegeuk Kim
3
-30
/
+35
2016-07-08
f2fs: skip to check the block address of node page
Jaegeuk Kim
1
-3
/
+3
2016-07-08
f2fs: shrink critical region in spin_lock
Jaegeuk Kim
1
-15
/
+8
[prev]
[next]