index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
cfq-iosched.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-11-14
squashfs: xattr simplifications
Andreas Gruenbacher
1
-59
/
+31
2015-11-14
9p: xattr simplifications
Andreas Gruenbacher
9
-306
/
+83
2015-11-14
xattr handlers: Pass handler to operations instead of flags
Andreas Gruenbacher
32
-226
/
+306
2015-11-14
jffs2: Add missing capability check for listing trusted xattrs
Andreas Gruenbacher
1
-0
/
+3
2015-11-14
hfsplus: Remove unused xattr handler list operations
Andreas Gruenbacher
4
-44
/
+0
2015-11-14
ubifs: Remove unused security xattr handler
Andreas Gruenbacher
3
-42
/
+0
2015-11-14
vfs: Fix the posix_acl_xattr_list return value
Andreas Gruenbacher
1
-3
/
+1
2015-11-14
vfs: Check attribute names in posix acl xattr handers
Andreas Gruenbacher
1
-0
/
+4
2015-11-13
dax: fix __dax_pmd_fault crash
Dan Williams
1
-0
/
+7
2015-11-13
Revert "drm/rockchip: Convert the probe function to the generic drm_of_compon...
Mark Yao
1
-6
/
+75
2015-11-13
drm: Don't oops in drm_calc_timestamping_constants() if drm_vblank_init() was...
Ville Syrjälä
1
-1
/
+9
2015-11-12
libnvdimm: documentation clarifications
Konrad Rzeszutek Wilk
1
-21
/
+28
2015-11-12
libnvdimm, pmem: fix size trim in pmem_direct_access()
Dan Williams
1
-13
/
+2
2015-11-12
libnvdimm, e820: fix numa node for e820-type-12 pmem ranges
Dan Williams
1
-1
/
+14
2015-11-12
tools/testing/nvdimm, acpica: fix flag rename build breakage
Dan Williams
1
-1
/
+1
2015-11-12
arm64: suspend: make hw_breakpoint_restore static
Jisheng Zhang
1
-1
/
+1
2015-11-12
arm64: mmu: make split_pud and fixup_executable static
Jisheng Zhang
1
-2
/
+2
2015-11-12
arm64: smp: make of_parse_and_init_cpus static
Jisheng Zhang
1
-1
/
+1
2015-11-12
arm64: use linux/types.h in kvm.h
Arnd Bergmann
1
-1
/
+1
2015-11-12
arm64: build vdso without libgcov
Arnd Bergmann
1
-0
/
+3
2015-11-12
arm64: mark cpus_have_hwcap as __maybe_unused
Arnd Bergmann
1
-1
/
+1
2015-11-12
X.509: Fix the time validation [ver #2]
David Howells
1
-5
/
+7
2015-11-12
thermal: rockchip: fix compile error
Caesar Wang
1
-0
/
+1
2015-11-12
h8300: enable CLKSRC_OF
Yoshinori Sato
2
-0
/
+3
2015-11-11
Documentation: Add minimal Mutt config for using Gmail
Eddie Kovsky
1
-0
/
+32
2015-11-11
Documentation: Add note on sending files directly with Mutt
Eddie Kovsky
1
-0
/
+4
2015-11-11
Documentation: dontdiff: remove media from dontdiff
Wang YanQing
1
-1
/
+0
2015-11-11
Documentation/SubmittingPatches: discuss In-Reply-To
Chris Metcalf
1
-1
/
+14
2015-11-11
Remove email address from Documentation/filesystems/overlayfs.txt
NeilBrown
1
-1
/
+2
2015-11-11
can-doc: Add missing semicolon to example
Stefan Tatschner
1
-1
/
+1
2015-11-11
block: don't hardcode blk_qc_t -> tag mask
Jens Axboe
1
-1
/
+1
2015-11-11
dax_io(): don't let non-error value escape via retval instead of EFAULT
Al Viro
1
-1
/
+3
2015-11-11
block: fix blk-core.c kernel-doc warning
Randy Dunlap
1
-0
/
+3
2015-11-11
fs/block_dev.c: Remove WARN_ON() when inode writeback fails
Vivek Goyal
1
-3
/
+12
2015-11-11
NVMe: add support for Apple NVMe controller
Stephan Günther
1
-0
/
+1
2015-11-11
NVMe: use split lo_hi_{read,write}q
Stephan Günther
1
-6
/
+6
2015-11-11
blk-mq: mark __blk_mq_complete_request() static
Jens Axboe
2
-2
/
+1
2015-11-11
MAINTAINERS: add reference to new linux-block list
Jens Axboe
1
-0
/
+1
2015-11-11
NVMe: Increase the max transfer size when mdts is 0
Sathyavathi M
1
-0
/
+2
2015-11-11
brd: Refuse improperly aligned discard requests
Jan Kara
1
-0
/
+3
2015-11-11
fs: 9p: cache.h: Add #define of include guard
Tzvetelin Katchov
1
-0
/
+1
2015-11-11
vfs: remove stale comment in inode_operations
Ross Zwisler
1
-2
/
+0
2015-11-11
vfs: remove unused wrapper block_page_mkwrite()
Ross Zwisler
5
-28
/
+6
2015-11-11
binfmt_elf: Correct `arch_check_elf's description
Maciej W. Rozycki
1
-1
/
+1
2015-11-11
fs: fix writeback.c kernel-doc warnings
Randy Dunlap
1
-1
/
+2
2015-11-11
fs: fix inode.c kernel-doc warning
Randy Dunlap
1
-0
/
+1
2015-11-11
fs/pipe.c: return error code rather than 0 in pipe_write()
Eric Biggers
1
-5
/
+4
2015-11-11
fs/pipe.c: preserve alloc_file() error code
Eric Biggers
1
-3
/
+6
2015-11-11
binfmt_elf: Don't clobber passed executable's file header
Maciej W. Rozycki
1
-5
/
+5
2015-11-11
FS-Cache: Handle a write to the page immediately beyond the EOF marker
David Howells
2
-31
/
+38
[next]