index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
gcd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-28
nfs: drop unnecessary locking in llseek
Andi Kleen
1
-9
/
+2
2011-10-28
ext4: replace cut'n'pasted llseek code with generic_file_llseek_size
Andi Kleen
1
-46
/
+1
2011-10-28
vfs: add generic_file_llseek_size
Andi Kleen
2
-9
/
+30
2011-10-28
vfs: do (nearly) lockless generic_file_llseek
Andi Kleen
6
-53
/
+54
2011-10-28
direct-io: merge direct_io_walker into __blockdev_direct_IO
Andi Kleen
1
-139
/
+132
2011-10-28
direct-io: inline the complete submission path
Andi Kleen
1
-15
/
+21
2011-10-28
direct-io: separate map_bh from dio
Andi Kleen
1
-29
/
+37
2011-10-28
direct-io: use a slab cache for struct dio
Andi Kleen
1
-5
/
+14
2011-10-28
direct-io: rearrange fields in dio/dio_submit to avoid holes
Andi Kleen
1
-7
/
+6
2011-10-28
direct-io: fix a wrong comment
Andi Kleen
1
-1
/
+1
2011-10-28
direct-io: separate fields only used in the submission path from struct dio
Andi Kleen
1
-188
/
+201
2011-10-28
vfs: fix spinning prevention in prune_icache_sb
Christoph Hellwig
1
-1
/
+1
2011-10-28
vfs: add a comment to inode_permission()
Andreas Gruenbacher
1
-2
/
+4
2011-10-28
vfs: pass all mask flags check_acl and posix_acl_permission
Andreas Gruenbacher
2
-2
/
+2
2011-10-28
vfs: add hex format for MAY_* flag values
Aneesh Kumar K.V
1
-8
/
+9
2011-10-28
vfs: indicate that the permission functions take all the MAY_* flags
Andreas Gruenbacher
1
-2
/
+2
2011-10-28
compat: sync compat_stats with statfs.
Eric W. Biederman
7
-11
/
+14
2011-10-28
vfs: add "device" tag to /proc/self/mountstats
Bryan Schumaker
1
-0
/
+1
2011-10-28
cleanup: vfs: small comment fix for block_invalidatepage
Wang Sheng-Hui
1
-2
/
+2
2011-10-28
vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriately
Jeff Layton
1
-0
/
+3
2011-10-27
Fix build break when freezer not configured
Steve French
1
-0
/
+3
2011-10-27
Add definition for share encryption
Steve French
1
-7
/
+37
2011-10-27
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
Dave Airlie
12
-140
/
+40
2011-10-27
Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags"
Dave Airlie
8
-57
/
+8
2011-10-27
mmc: fix compile error when CONFIG_BLOCK is not enabled
Namjae Jeon
1
-2
/
+2
2011-10-27
mmc: core: Cleanup eMMC4.5 conditionals
Seungwon Jeon
1
-11
/
+9
2011-10-27
mmc: omap_hsmmc: if multiblock reads are broken, disable them
Paul Walmsley
2
-1
/
+22
2011-10-27
mmc: core: add workaround for controllers with broken multiblock reads
Paul Walmsley
2
-7
/
+15
2011-10-27
fs/Makefile: Stupid typo breakage of exofs inclusion
Boaz Harrosh
1
-1
/
+1
2011-10-26
mmc: core: Prevent too long response times for suspend
Ulf Hansson
1
-15
/
+27
2011-10-26
mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00
Bing Zhao
2
-1
/
+3
2011-10-26
mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed mode
Subhash Jadavani
1
-3
/
+3
2011-10-26
mmc: core: support HPI send command
Jaehoon Chung
7
-0
/
+128
2011-10-26
mmc: core: Add cache control for eMMC4.5 device
Seungwon Jeon
7
-6
/
+104
2011-10-26
mmc: core: Modify the timeout value for writing power class
Seungwon Jeon
1
-1
/
+1
2011-10-26
mmc: core: new discard feature support at eMMC v4.5
Kyungmin Park
5
-1
/
+26
2011-10-26
mmc: core: mmc sanitize feature support for v4.5
Kyungmin Park
5
-2
/
+20
2011-10-26
mmc: dw_mmc: modify DATA register offset
Jaehoon Chung
3
-22
/
+61
2011-10-26
mmc: sdhci-pci: add flag for devices that can support runtime PM
Adrian Hunter
1
-4
/
+13
2011-10-26
mmc: omap_hsmmc: ensure pbias configuration is always done
Adrian Hunter
1
-9
/
+8
2011-10-26
mmc: core: Add Power Off Notify Feature eMMC 4.5
Girish K S
6
-2
/
+81
2011-10-26
mmc: sdhci-s3c: fix potential NULL dereference
Jaehoon Chung
1
-2
/
+4
2011-10-26
mmc: replace printk with appropriate display macro
Girish K S
28
-176
/
+172
2011-10-26
mmc: core: Add default timeout value for CMD6
Seungwon Jeon
3
-4
/
+14
2011-10-26
mmc: sdhci-pci: add runtime pm support
Adrian Hunter
4
-45
/
+405
2011-10-26
mmc: core: move ->request() call from atomic context
Adrian Hunter
1
-7
/
+21
2011-10-26
mmc: Add module.h to drivers/mmc users assuming implicit presence.
Paul Gortmaker
17
-0
/
+17
2011-10-26
mmc: using module_param requires the inclusion of moduleparam.h
Stephen Rothwell
1
-0
/
+1
2011-10-26
mmc: core: general purpose MMC partition support.
Namjae Jeon
4
-20
/
+102
2011-10-26
mmc: core: ext_csd.raw_* used in comparison but never set
Andrei Warkentin
1
-0
/
+2
[next]