summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing 8.3.8rc2Philipp Reisner2010-06-011-1/+1
* drbd: Reduce verbosityPhilipp Reisner2010-06-012-9/+0
* drbd: use drbd specific ratelimit instead of global printk_ratelimitLars Ellenberg2010-06-012-2/+2
* drbd: fix hang on local read errors while disconnectedLars Ellenberg2010-06-013-13/+16
* drbd: Removed the now empty w_io_error() functionPhilipp Reisner2010-06-013-41/+1
* drbd: removed duplicated #includesAndrea Gelmini2010-06-011-1/+0
* drbd: improve usage of MSG_MORELars Ellenberg2010-06-011-13/+19
* drbd: need to set socket bufsize early to take effectLars Ellenberg2010-06-011-10/+23
* drbd: improve network latency, TCP_QUICKACKLars Ellenberg2010-06-011-1/+1
* drbd: Revert "drbd: Create new current UUID as late as possible"Philipp Reisner2010-06-013-47/+7
* brd: support discardNick Piggin2010-06-011-1/+52
* Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe2010-06-015-51/+15
* Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"Jens Axboe2010-06-011-11/+5
* fs/splice.c: fix mapping_gfp_mask usageNick Piggin2010-05-251-1/+1
* cfq-iosched: fix an oops caused by slab leakShaohua Li2010-05-251-6/+14
* pipe: make F_{GET,SET}PIPE_SZ deal with byte sizesJens Axboe2010-05-241-16/+21
* pipe: F_SETPIPE_SZ should return -EPERM for non-rootJens Axboe2010-05-241-1/+1
* block: Adjust elv_iosched_show to return "none" for bio-based DMMike Snitzer2010-05-241-1/+1
* cfq-iosched: compact io_context radix_treeKonstantin Khlebnikov2010-05-241-5/+39
* cfq-iosched: remove dead_key from cfq_io_contextKonstantin Khlebnikov2010-05-242-14/+28
* fbmem: avoid printk format warning with 32-bit resourcesRandy Dunlap2010-05-211-1/+4
* linux/elfcore.h: hide kernel functionsRoland McGrath2010-05-211-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-21119-1294/+907
|\
| * fix handling of offsets in cris eeprom.c, get rid of fake on-stack filesAl Viro2010-05-211-14/+7
| * get rid of home-grown mutex in cris eeprom.cAl Viro2010-05-211-19/+8
| * switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro2010-05-213-45/+11
| * switch ecryptfs_get_locked_page() to struct inode *Al Viro2010-05-213-15/+7
| * simplify access to ecryptfs inodes in ->readpage() and friendsAl Viro2010-05-211-4/+3
| * AFS: Don't put struct file on the stackAl Viro2010-05-214-36/+41
| * Ban ecryptfs over ecryptfsAl Viro2010-05-211-0/+8
| * logfs: replace inode uid,gid,mode initialization with helper functionAl Viro2010-05-211-8/+1
| * ufs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-9/+1
| * udf: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-212-17/+4
| * ubifs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-8/+1
| * sysv: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-10/+1
| * reiserfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-14/+4
| * ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-213-32/+16
| * omfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-3/+1
| * bfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-3/+1
| * ocfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-8/+1
| * nilfs2: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-10/+1
| * minix: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-213-12/+6
| * ext4: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-211-8/+4
| * ext3: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-211-8/+5
| * ext2: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-211-8/+4
| * exofs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-10/+1
| * btrfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-10/+1
| * jfs: replace inode uid,gid,mode init with helperDmitry Monakhov2010-05-211-10/+2
| * 9p: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-3/+1
| * vfs: Add inode uid,gid,mode init helperDmitry Monakhov2010-05-212-1/+22