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
2019-07-06
NFS: Cleanup if nfs_match_client is interrupted
Benjamin Coddington
1
-2
/
+2
2019-07-06
nfs: disable client side deduplication
Darrick J. Wong
1
-1
/
+5
2019-07-06
NFSv4: Add lease_time and lease_expired to 'nfs4:' line of mountstats
Dave Wysochanski
1
-0
/
+11
2019-07-06
NFS: Clean up writeback code
Trond Myklebust
3
-10
/
+5
2019-07-06
Merge branch 'multipath_tcp'
Trond Myklebust
6
-11
/
+45
2019-07-06
Merge branch 'containers'
Trond Myklebust
7
-9
/
+242
2019-07-06
NFS: send state management on a single connection.
NeilBrown
1
-9
/
+13
2019-07-06
NFS: Allow multiple connections to a NFSv2 or NFSv3 server
Trond Myklebust
1
-0
/
+1
2019-07-06
NFS: Display the "nconnect" mount option if it is set.
Trond Myklebust
1
-0
/
+2
2019-07-06
pNFS: Allow multiple connections to the DS
Trond Myklebust
2
-0
/
+6
2019-07-06
NFSv4: Allow multiple connections to NFSv4.x (x>0) servers
Trond Myklebust
3
-2
/
+12
2019-07-06
NFS: Add a mount option to specify number of TCP connections to use
Trond Myklebust
2
-0
/
+11
2019-07-06
NFS: Add sysfs support for per-container identifier
Trond Myklebust
4
-0
/
+135
2019-07-06
NFS: Add deferred cache invalidation for close-to-open consistency violations
Trond Myklebust
2
-4
/
+15
2019-07-06
NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_init
Trond Myklebust
3
-8
/
+13
2019-07-06
NFS: Create a root NFS directory in /sys/fs/nfs
Trond Myklebust
4
-1
/
+94
2019-07-06
NFSv4: Handle the special Linux file open access mode
Trond Myklebust
2
-1
/
+2
2019-07-06
NFSv4: Handle open for execute correctly
Trond Myklebust
1
-8
/
+20
2019-07-06
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+0
2019-07-05
Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2019-07-05
xfs: disable map_sync for async flush
Pankaj Gupta
1
-3
/
+6
2019-07-05
ext4: disable map_sync for async flush
Pankaj Gupta
1
-4
/
+6
2019-07-05
xfs: online scrub needn't bother zeroing its temporary buffer
Darrick J. Wong
1
-1
/
+5
2019-07-05
xfs: only allocate memory for scrubbing attributes when we need it
Darrick J. Wong
2
-10
/
+63
2019-07-05
xfs: refactor attr scrub memory allocation function
Darrick J. Wong
2
-9
/
+26
2019-07-05
xfs: refactor extended attribute buffer pointer functions
Darrick J. Wong
2
-9
/
+72
2019-07-05
xfs: attribute scrub should use seen_enough to pass error values
Darrick J. Wong
2
-3
/
+13
2019-07-05
btrfs: fix memory leak of path on error return path
Colin Ian King
1
-2
/
+1
2019-07-05
fs: VALIDATE_FS_PARSER should default to n
Geert Uytterhoeven
1
-1
/
+0
2019-07-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-16
/
+26
2019-07-05
Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+4
2019-07-05
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-3
/
+4
2019-07-05
fs/userfaultfd.c: disable irqs for fault_pending and event locks
Eric Biggers
1
-16
/
+26
2019-07-04
mnt_init(): call shmem_init() unconditionally
Al Viro
1
-0
/
+2
2019-07-04
constify ksys_mount() string arguments
Al Viro
1
-2
/
+2
2019-07-04
don't bother with registering rootfs
Al Viro
1
-6
/
+1
2019-07-04
init_rootfs(): don't bother with init_ramfs_fs()
Al Viro
1
-5
/
+1
2019-07-04
vfs: Convert openpromfs to use the new mount API
David Howells
1
-5
/
+15
2019-07-04
vfs: Convert efivarfs to use the new mount API
David Howells
1
-10
/
+15
2019-07-04
vfs: Convert configfs to use the new mount API
David Howells
1
-5
/
+15
2019-07-04
vfs: Convert binfmt_misc to use the new mount API
David Howells
1
-5
/
+15
2019-07-04
convenience helper: get_tree_single()
Al Viro
2
-1
/
+9
2019-07-04
convenience helper get_tree_nodev()
Al Viro
3
-2
/
+10
2019-07-04
fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt()
Al Viro
1
-4
/
+6
2019-07-04
__detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymore
Al Viro
1
-1
/
+1
2019-07-04
nfs: dget_parent() never returns NULL
Al Viro
1
-4
/
+2
2019-07-04
ceph: don't open-code the check for dead lockref
Al Viro
1
-1
/
+1
2019-07-04
btrfs: move the subvolume reservation stuff out of extent-tree.c
Josef Bacik
2
-54
/
+56
2019-07-04
btrfs: migrate the delalloc space stuff to it's own home
Josef Bacik
12
-499
/
+526
2019-07-04
btrfs: migrate btrfs_trans_release_chunk_metadata
Josef Bacik
4
-19
/
+19
[prev]
[next]