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
2015-08-26
f2fs: update extent tree in batches
Chao Yu
3
-61
/
+170
2015-08-25
nfs42: remove unused declaration
Peng Tao
1
-2
/
+0
2015-08-25
nfs42: decode_layoutstats does not need res parameter
Peng Tao
1
-3
/
+2
2015-08-25
NFSv4.1/flexfiles: Allow coalescing of new layout segments and existing ones
Trond Myklebust
2
-0
/
+76
2015-08-25
NFSv4.1/pnfs: Allow pNFS device drivers to customise layout segment insertion
Trond Myklebust
2
-9
/
+61
2015-08-25
writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always cal...
Tejun Heo
1
-9
/
+13
2015-08-25
dlm: fix lvb copy for user locks
David Teigland
1
-3
/
+4
2015-08-25
NFSv4.1/pnfs: Add sanity check for the layout range returned by the server
Trond Myklebust
1
-1
/
+24
2015-08-25
NFSv4.1/pnfs Improve the packing of struct pnfs_layout_hdr
Trond Myklebust
1
-3
/
+3
2015-08-25
NFSv4.1/flexfile: ff_layout_remove_mirror can be static
kbuild test robot
1
-1
/
+1
2015-08-25
NFSv4.2/pnfs: Make the layoutstats timer configurable
Trond Myklebust
3
-1
/
+11
2015-08-25
NFSv4.1/flexfile: Ensure uniqueness of mirrors across layout segments
Trond Myklebust
2
-29
/
+99
2015-08-25
NFSv4.1/flexfiles: Remove mirror backpointer to lseg.
Trond Myklebust
2
-14
/
+12
2015-08-25
NFSv4.1/flexfiles: Add refcounting to struct nfs4_ff_layout_mirror
Trond Myklebust
2
-9
/
+28
2015-08-25
NFS41/flexfiles: zero out DS write wcc
Peng Tao
1
-0
/
+2
2015-08-25
NFS41: remove NFS_LAYOUT_ROC flag
Peng Tao
2
-6
/
+2
2015-08-25
NFSv4: Add a tracepoint for CB_LAYOUTRECALL
Trond Myklebust
2
-1
/
+3
2015-08-25
NFSv4: Add a tracepoint for CB_GETATTR
Trond Myklebust
2
-1
/
+64
2015-08-25
NFSv4.1/pnfs: Add a tracepoint for return-on-close events
Trond Myklebust
2
-0
/
+2
2015-08-25
NFSv4: Force a post-op attribute update when holding a delegation
Trond Myklebust
1
-0
/
+7
2015-08-25
Merge branch 'xfs-misc-fixes-for-4.3-3' into for-next
Dave Chinner
7
-24
/
+34
2015-08-25
xfs: fix non-debug build warnings
Dave Chinner
3
-11
/
+15
2015-08-25
xfs: collapse allocsize and biosize mount option handling
Eric Sandeen
1
-10
/
+2
2015-08-25
xfs: Fix file type directory corruption for btree directories
Jan Kara
1
-1
/
+9
2015-08-25
xfs: lockdep annotations throw warnings on non-debug builds
Dave Chinner
1
-1
/
+7
2015-08-25
xfs: Fix uninitialized return value in xfs_alloc_fix_freelist()
Jan Kara
1
-1
/
+1
2015-08-24
f2fs: fix to release inode correctly
Chao Yu
3
-13
/
+56
2015-08-24
f2fs: handle f2fs_truncate error correctly
Chao Yu
2
-10
/
+18
2015-08-24
f2fs: avoid unneeded initializing when converting inline dentry
Chao Yu
1
-1
/
+9
2015-08-24
f2fs: atomically set inode->i_flags
Zhang Zhen
1
-3
/
+2
2015-08-24
f2fs: fix wrong pointer access during try_to_free_nids
Jaegeuk Kim
1
-3
/
+1
2015-08-24
f2fs: use __GFP_NOFAIL to avoid infinite loop
Jaegeuk Kim
4
-27
/
+16
2015-08-23
9p: fix return code of read() when count is 0
Vincent Bernat
1
-1
/
+1
2015-08-23
9p: remove unused option Opt_trans
Fabian Frederick
1
-1
/
+1
2015-08-21
f2fs: lookup neighbor extent nodes for merging later
Chao Yu
1
-6
/
+28
2015-08-21
f2fs: split __insert_extent_tree_ret for readability
Chao Yu
1
-20
/
+29
2015-08-21
f2fs: kill dead code in __insert_extent_tree
Chao Yu
1
-76
/
+6
2015-08-21
f2fs: adjust showing of extent cache stat
Chao Yu
3
-15
/
+22
2015-08-21
f2fs: add largest/cached stat in extent cache
Chao Yu
3
-8
/
+23
2015-08-21
f2fs: fix incorrect mapping for bmap
Chao Yu
2
-12
/
+42
2015-08-21
f2fs: fix to update cached_en of extent tree properly
Fan Li
1
-4
/
+4
2015-08-21
f2fs: fix typo
Junesung Lee
1
-1
/
+1
2015-08-21
btrfs: fix compile when block cgroups are not enabled
Chris Mason
2
-0
/
+5
2015-08-21
vfs: Test for and handle paths that are unreachable from their mnt_root
Eric W. Biederman
1
-2
/
+25
2015-08-21
dcache: Reduce the scope of i_lock in d_splice_alias
Eric W. Biederman
1
-4
/
+3
2015-08-21
dcache: Handle escaped paths in prepend_path
Eric W. Biederman
1
-0
/
+7
2015-08-21
Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...
Al Viro
8
-79
/
+108
2015-08-20
NFSv4.1/pnfs Ensure flexfiles reports all connection related errors
Trond Myklebust
1
-13
/
+35
2015-08-20
NFSv4.1/pnfs: Ensure the flexfiles layoutstats timers are consistent
Trond Myklebust
1
-27
/
+24
2015-08-20
NFS41: fix list splice type
Peng Tao
1
-1
/
+1
[prev]
[next]