| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: decouple READ and WRITE from the block layer ops | Christoph Hellwig | 2016-11-01 | 4 | -14/+11 |
* | block,fs: use REQ_* flags directly | Christoph Hellwig | 2016-11-01 | 1 | -47/+0 |
* | block: replace REQ_NOIDLE with REQ_IDLE | Christoph Hellwig | 2016-11-01 | 2 | -7/+7 |
* | block: treat REQ_FUA and REQ_PREFLUSH as synchronous | Christoph Hellwig | 2016-11-01 | 2 | -4/+10 |
* | block: don't use REQ_SYNC in the READ_SYNC definition | Christoph Hellwig | 2016-11-01 | 1 | -1/+1 |
* | blk-cgroup: use op_is_sync to check for synchronous requests | Christoph Hellwig | 2016-11-01 | 1 | -1/+1 |
* | block: add a proper block layer data direction encoding | Christoph Hellwig | 2016-10-28 | 2 | -13/+30 |
* | block: better op and flags encoding | Christoph Hellwig | 2016-10-28 | 6 | -80/+48 |
* | block: split out request-only flags into a new namespace | Christoph Hellwig | 2016-10-28 | 2 | -39/+49 |
* | block: replace REQ_THROTTLED with a bio flag | Christoph Hellwig | 2016-10-28 | 1 | -6/+2 |
* | block: move REQ_RAHEAD to common flags | Christoph Hellwig | 2016-10-28 | 1 | -2/+2 |
* | block: REQ_NOMERGE is common to the bio and request | Christoph Hellwig | 2016-10-28 | 1 | -1/+1 |
* | block: remove bio_is_rw | Christoph Hellwig | 2016-10-28 | 1 | -11/+0 |
* | blk-zoned: implement ioctls | Shaun Tancheff | 2016-10-18 | 1 | -0/+21 |
* | block: Implement support for zoned block devices | Hannes Reinecke | 2016-10-18 | 1 | -0/+31 |
* | block: Define zoned block device operations | Shaun Tancheff | 2016-10-18 | 1 | -0/+2 |
* | block: Add 'zoned' queue limit | Damien Le Moal | 2016-10-18 | 1 | -0/+47 |
* | generic syscalls: kill cruft from removed pkey syscalls | Dave Hansen | 2016-10-17 | 1 | -3/+0 |
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-10-15 | 6 | -6/+29 |
|\ |
|
| * | latent_entropy: Mark functions with __latent_entropy | Emese Revfy | 2016-10-10 | 6 | -6/+18 |
| * | gcc-plugins: Add latent_entropy plugin | Emese Revfy | 2016-10-10 | 1 | -0/+11 |
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-10-14 | 1 | -0/+1 |
|\ \ |
|
| * | | vfs: add vfs_get_link() helper | Miklos Szeredi | 2016-10-14 | 1 | -0/+1 |
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-10-14 | 3 | -40/+51 |
|\ \ \ |
|
| * | | | kbuild: allow archs to select link dead code/data elimination | Nicholas Piggin | 2016-09-09 | 3 | -40/+51 |
* | | | | Merge tag 'acpi-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-10-14 | 1 | -3/+19 |
|\ \ \ \ |
|
| | \ \ \ | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'device-properties' and 'acpi-misc' | Rafael J. Wysocki | 2016-10-14 | 1 | -3/+19 |
| |\ \ \ \ \
| | | | |_|/
| | | |/| | |
|
| | * | | | | ACPI / property: Allow holes in reference properties | Mika Westerberg | 2016-10-11 | 1 | -3/+19 |
* | | | | | | Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-10-14 | 1 | -52/+52 |
|\ \ \ \ \ \ |
|
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| *-. \ \ \ \ \ | Merge branches 'pm-cpufreq' and 'pm-devfreq' | Rafael J. Wysocki | 2016-10-14 | 1 | -52/+52 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | cpufreq: skip invalid entries when searching the frequency | Aaro Koskinen | 2016-10-12 | 1 | -52/+52 |
* | | | | | | | | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2016-10-14 | 3 | -23/+25 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | cgroup: make cgroup_path() and friends behave in the style of strlcpy() | Tejun Heo | 2016-08-10 | 2 | -21/+6 |
| * | | | | | | | | | kernfs: remove kernfs_path_len() | Tejun Heo | 2016-08-10 | 1 | -4/+0 |
| * | | | | | | | | | kernfs: make kernfs_path*() behave in the style of strlcpy() | Tejun Heo | 2016-08-10 | 2 | -6/+22 |
| * | | | | | | | | | kernfs: add dummy implementation of kernfs_path_from_node() | Tejun Heo | 2016-08-10 | 1 | -0/+5 |
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 2016-10-14 | 2 | -27/+45 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | libata: remove <asm-generic/libata-portmap.h> | Christoph Hellwig | 2016-09-22 | 1 | -1/+2 |
| * | | | | | | | | | Merge branch 'master' into for-4.9 | Tejun Heo | 2016-09-06 | 36 | -160/+353 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | libata: Add support for SCT Write Same | Shaun Tancheff | 2016-08-25 | 1 | -0/+43 |
| * | | | | | | | | | | libata: Safely overwrite attached page in WRITE SAME xlat | Shaun Tancheff | 2016-08-25 | 1 | -26/+0 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | pkeys: Remove easily triggered WARN | Dave Jones | 2016-10-14 | 1 | -1/+0 |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-10-13 | 1 | -2/+11 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ON | Tom Herbert | 2016-10-13 | 1 | -2/+11 |
* | | | | | | | | | | | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2016-10-13 | 11 | -10/+58 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | sunrpc: add hash_cred() function to rpc_authops struct | Frank Sorenson | 2016-09-30 | 1 | -0/+1 |
| * | | | | | | | | | | | NFSv4.1: Allow revoked stateids to skip the call to TEST_STATEID | Trond Myklebust | 2016-09-27 | 1 | -0/+1 |
| * | | | | | | | | | | | nfs: allow blocking locks to be awoken by lock callbacks | Jeff Layton | 2016-09-22 | 1 | -0/+3 |
| * | | | | | | | | | | | pnfs: add a new mechanism to select a layout driver according to an ordered list | Jeff Layton | 2016-09-19 | 1 | -0/+1 |
| * | | | | | | | | | | | xprtrdma: Support larger inline thresholds | Chuck Lever | 2016-09-19 | 1 | -2/+2 |