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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-09
SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
Trond Myklebust
1
-1
/
+0
2015-02-09
SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT
Trond Myklebust
1
-1
/
+0
2015-02-08
SUNRPC: Remove TCP client connection reset hack
Trond Myklebust
1
-1
/
+0
2015-02-08
SUNRPC: Add helpers to prevent socket create from racing
Trond Myklebust
1
-0
/
+3
2015-02-05
NFSv4.1: Pin the inode and super block in asynchronous layoutreturns
Trond Myklebust
1
-0
/
+1
2015-02-05
NFSv4.1: Pin the inode and super block in asynchronous layoutcommit
Trond Myklebust
1
-0
/
+1
2015-02-04
NFSv4.1: Ask for no delegation on OPEN if using O_DIRECT
Trond Myklebust
1
-0
/
+2
2015-02-03
SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup
Trond Myklebust
1
-1
/
+2
2015-02-03
Merge branch 'flexfiles'
Trond Myklebust
6
-8
/
+36
2015-02-03
pnfs/flexfiles: Add the FlexFile Layout Driver
Tom Haynes
3
-0
/
+5
2015-02-03
nfs41: add range to layoutreturn args
Peng Tao
1
-1
/
+1
2015-02-03
nfs: add mirroring support to pgio layer
Weston Andros Adamson
2
-3
/
+18
2015-02-03
nfs: rename pgio header ds_idx to ds_commit_idx
Weston Andros Adamson
1
-1
/
+1
2015-02-03
nfs: introduce pg_cleanup op for pgio descriptors
Weston Andros Adamson
1
-0
/
+1
2015-02-03
nfs41: pass iomode through layoutreturn args
Peng Tao
1
-0
/
+1
2015-02-03
nfs: save server READ/WRITE/COMMIT status
Peng Tao
1
-0
/
+2
2015-02-03
sunrpc: add rpc_count_iostats_idx
Weston Andros Adamson
1
-0
/
+2
2015-02-03
pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio
Tom Haynes
1
-0
/
+1
2015-02-03
nfsv3: introduce nfs3_set_ds_client
Peng Tao
1
-4
/
+5
2015-02-03
Merge tag 'nfs-rdma-for-3.20' of git://git.linux-nfs.org/projects/anna/nfs-rdma
Trond Myklebust
2
-3
/
+13
2015-01-30
xprtrdma: Clean up hdrlen
Chuck Lever
1
-1
/
+4
2015-01-30
xprtrdma: Modernize htonl and ntohl
Chuck Lever
2
-2
/
+9
2015-01-24
NFSv4: Update of VFS byte range lock must be atomic with the stateid update
Trond Myklebust
1
-0
/
+1
2015-01-24
NFSv4: Fix lock on-wire reordering issues
Trond Myklebust
1
-3
/
+3
2015-01-23
NFSv4: Fix an atomicity problem in CLOSE
Trond Myklebust
1
-1
/
+1
2015-01-17
Merge tag 'usb-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-3
/
+3
2015-01-17
Merge tag 'nfs-for-3.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+3
2015-01-14
Merge tag 'usb-serial-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Greg Kroah-Hartman
1
-0
/
+4
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+3
2015-01-14
netdevice: Add missing parentheses in macro
Benjamin Poirier
1
-1
/
+1
2015-01-15
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+8
2015-01-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux
Linus Torvalds
1
-6
/
+6
2015-01-13
kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)
Christian Borntraeger
1
-6
/
+6
2015-01-13
net: Corrected the comment describing the ndo operations to reflect the actual prototype for couple of operations
B Viswanath
1
-2
/
+2
2015-01-12
mmc: sdhci: Disable re-tuning for HS400
Adrian Hunter
1
-0
/
+1
2015-01-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-5
/
+23
2015-01-09
Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
Linus Torvalds
1
-9
/
+53
2015-01-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Linus Torvalds
1
-2
/
+2
2015-01-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-2
/
+11
2015-01-09
perf: Move task_pt_regs sampling into arch code
Andy Lutomirski
2
-5
/
+23
2015-01-08
vfs: renumber FMODE_NONOTIFY and add to uniqueness check
David Drysdale
1
-1
/
+1
2015-01-08
mm: protect set_page_dirty() from ongoing truncation
Johannes Weiner
1
-1
/
+0
2015-01-08
mm: prevent endless growth of anon_vma hierarchy
Konstantin Khlebnikov
1
-0
/
+10
2015-01-08
Merge tag 'pm+acpi-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-2
/
+2
2015-01-08
libceph: fix sparse endianness warnings
Ilya Dryomov
1
-2
/
+2
2015-01-08
blk-mq: Allow requests to never expire
Keith Busch
1
-0
/
+2
2015-01-08
blk-mq: Add helper to abort requeued requests
Jens Axboe
1
-0
/
+1
2015-01-08
blk-mq: Let drivers cancel requeue_work
Keith Busch
1
-0
/
+1
2015-01-08
blk-mq: Export if requests were started
Keith Busch
1
-0
/
+1
2015-01-07
blk-mq: get rid of ->cmd_size in the hardware queue
Jens Axboe
1
-2
/
+1
[next]