index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-01
NFS/flexfiles: Clean up mirror DS initialisation
Trond Myklebust
1
-35
/
+31
2019-03-01
NFS/flexfiles: Remove dead code in ff_layout_mirror_valid()
Trond Myklebust
1
-15
/
+0
2019-03-01
NFS/flexfile: Simplify nfs4_ff_layout_select_ds_stateid()
Trond Myklebust
3
-26
/
+10
2019-03-01
NFS/flexfile: Simplify nfs4_ff_layout_ds_version()
Trond Myklebust
2
-5
/
+5
2019-03-01
NFS/flexfiles: Simplify ff_layout_get_ds_cred()
Trond Myklebust
3
-8
/
+9
2019-03-01
NFS/flexfiles: Simplify nfs4_ff_find_or_create_ds_client()
Trond Myklebust
3
-10
/
+6
2019-03-01
NFS/flexfiles: Simplify nfs4_ff_layout_select_ds_fh()
Trond Myklebust
3
-16
/
+5
2019-03-01
NFS/flexfiles: Speed up read failover when DSes are down
Trond Myklebust
3
-12
/
+73
2019-03-01
NFS/flexfiles: Don't invalidate DS deviceids for being unresponsive
Trond Myklebust
2
-21
/
+3
2019-03-01
NFS/flexfiles: Remove bogus checks for invalid deviceids
Trond Myklebust
1
-20
/
+0
2019-03-01
NFS/flexfiles: Avoid unnecessary layout invalidations
Trond Myklebust
1
-3
/
+3
2019-03-01
NFS/flexfiles: refactor calls to fs4_ff_layout_prepare_ds()
Trond Myklebust
3
-22
/
+28
2019-03-01
NFSv4: Handle early exit in layoutget by returning an error
Trond Myklebust
1
-2
/
+4
2019-03-01
NFS/flexfiles: Send LAYOUTERROR when failing over mirrored reads
Trond Myklebust
3
-6
/
+57
2019-03-01
dax: Flush partial PMDs correctly
Matthew Wilcox
1
-10
/
+9
2019-03-01
NFSv4.2: Add client support for the generic 'layouterror' RPC call
Trond Myklebust
5
-1
/
+269
2019-03-01
NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated
Trond Myklebust
1
-0
/
+17
2019-03-01
NFSv4/pnfs: Fix barriers in nfs4_mark_deviceid_unavailable()
Trond Myklebust
1
-0
/
+3
2019-03-01
NFS/flexfiles: Fix up sparse RCU annotations
Trond Myklebust
1
-2
/
+2
2019-03-01
NFSv4/flexfiles: Fix invalid deref in FF_LAYOUT_DEVID_NODE()
Trond Myklebust
1
-13
/
+19
2019-03-01
NFS: Add missing encode / decode sequence_maxsz to v4.2 operations
Anna Schumaker
1
-0
/
+10
2019-03-01
NFSv4.1: Don't process the sequence op more than once.
Trond Myklebust
1
-1
/
+1
2019-03-01
NFSv4.1: Reinitialise sequence results before retransmitting a request
Trond Myklebust
1
-4
/
+8
2019-03-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+12
2019-03-01
hugetlbfs: fix races and page leaks during migration
Mike Kravetz
1
-0
/
+12
2019-03-01
xfs: fix reporting supported extra file attributes for statx()
Luis R. Rodriguez
1
-0
/
+8
2019-03-01
jbd2: jbd2_get_transaction does not need to return a value
Liu Song
1
-5
/
+3
2019-03-01
jbd2: fix invalid descriptor block checksum
luojiajun
1
-2
/
+4
2019-02-28
ext4: fix bigalloc cluster freeing when hole punching under load
Eric Whitney
1
-7
/
+10
2019-02-28
Merge tag 'for-linus-5.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
Linus Torvalds
1
-4
/
+0
2019-02-28
fs: fix guard_bio_eod to check for real EOD errors
Carlos Maiolino
1
-0
/
+7
2019-02-28
io_uring: add io_kiocb ref count
Jens Axboe
1
-2
/
+6
2019-02-28
io_uring: add submission polling
Jens Axboe
1
-7
/
+242
2019-02-28
io_uring: add file set registration
Jens Axboe
1
-31
/
+280
2019-02-28
io_uring: add support for pre-mapped user IO buffers
Jens Axboe
1
-13
/
+361
2019-02-28
io_uring: batch io_kiocb allocation
Jens Axboe
1
-7
/
+38
2019-02-28
io_uring: use fget/fput_many() for file references
Jens Axboe
1
-21
/
+121
2019-02-28
fs: add fget_many() and fput_many()
Jens Axboe
2
-7
/
+17
2019-02-28
io_uring: support for IO polling
Jens Axboe
1
-9
/
+266
2019-02-28
io_uring: add fsync support
Christoph Hellwig
1
-0
/
+54
2019-02-28
Add io_uring IO interface
Jens Axboe
2
-0
/
+1256
2019-02-28
afs: Use fs_context to pass parameters over automount
David Howells
3
-109
/
+80
2019-02-28
afs: Add fs_context support
David Howells
4
-214
/
+259
2019-02-28
vfs: Add some logging to the core users of the fs_context log
David Howells
1
-1
/
+3
2019-02-28
vfs: Implement logging through fs_context
David Howells
1
-0
/
+30
2019-02-28
vfs: Remove kern_mount_data()
David Howells
1
-3
/
+3
2019-02-28
hugetlbfs: Convert to fs_context
David Howells
1
-157
/
+199
2019-02-28
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
3
-71
/
+92
2019-02-28
proc: Add fs_context support to procfs
David Howells
3
-65
/
+126
2019-02-28
procfs: Move proc_fill_super() to fs/proc/root.c
David Howells
3
-54
/
+52
[prev]
[next]