Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | fat: follow rename pack_hex_byte() to hex_byte_pack() | Andy Shevchenko | 2011-10-31 | 1 | -2/+2 | |
* | | | | | | | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 2011-10-31 | 13 | -87/+90 | |
* | | | | | | | fs/pipe.c: add ->statfs callback for pipefs | Pavel Emelyanov | 2011-10-31 | 1 | -0/+1 | |
* | | | | | | | fs/buffer.c: add device information for error output in __find_get_block_slow() | Tao Ma | 2011-10-31 | 1 | -1/+4 | |
* | | | | | | | vmscan: fix shrinker callback bug in fs/super.c | Mikulas Patocka | 2011-10-31 | 1 | -1/+1 | |
* | | | | | | | lib/string.c: introduce memchr_inv() | Akinobu Mita | 2011-10-31 | 2 | -23/+0 | |
* | | | | | | | ext4: warn if direct reclaim tries to writeback pages | Mel Gorman | 2011-10-31 | 1 | -1/+5 | |
* | | | | | | | xfs: warn if direct reclaim tries to writeback pages | Mel Gorman | 2011-10-31 | 1 | -4/+4 | |
* | | | | | | | mm: distinguish between mlocked and pinned pages | Christoph Lameter | 2011-10-31 | 1 | -0/+2 | |
* | | | | | | | tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious. | Robert P. J. Day | 2011-10-31 | 1 | -1/+1 | |
* | | | | | | | oom: remove oom_disable_count | David Rientjes | 2011-10-31 | 2 | -17/+0 | |
* | | | | | | | Cross Memory Attach | Christopher Yeoh | 2011-10-31 | 3 | -8/+11 | |
* | | | | | | | /proc/self/numa_maps: restore "huge" tag for hugetlb vmas | Andrew Morton | 2011-10-31 | 1 | -0/+3 | |
* | | | | | | | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client | Linus Torvalds | 2011-10-28 | 8 | -161/+260 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | libceph: fix double-free of page vector | Sage Weil | 2011-10-25 | 1 | -1/+0 | |
| * | | | | | | ceph: fix 32-bit ino numbers | Amon Ott | 2011-10-25 | 1 | -5/+6 | |
| * | | | | | | ceph: let the set_layout ioctl set single traits | Greg Farnum | 2011-10-25 | 1 | -6/+28 | |
| * | | | | | | Revert "ceph: don't truncate dirty pages in invalidate work thread" | Sage Weil | 2011-10-25 | 1 | -45/+1 | |
| * | | | | | | ceph: replace leading spaces with tabs | Noah Watkins | 2011-10-25 | 1 | -20/+20 | |
| * | | | | | | libceph: don't complain on msgpool alloc failures | Sage Weil | 2011-10-25 | 2 | -6/+7 | |
| * | | | | | | libceph: create messenger with client | Sage Weil | 2011-10-25 | 1 | -3/+6 | |
| * | | | | | | ceph: document ioctls | Sage Weil | 2011-10-25 | 1 | -1/+54 | |
| * | | | | | | ceph: implement (optional) max read size | Sage Weil | 2011-10-25 | 1 | -3/+12 | |
| * | | | | | | ceph: rename rsize -> rasize | Sage Weil | 2011-10-25 | 2 | -6/+16 | |
| * | | | | | | ceph: make readpages fully async | Sage Weil | 2011-10-25 | 1 | -70/+115 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 2011-10-28 | 14 | -414/+408 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | leases: fix write-open/read-lease race | J. Bruce Fields | 2011-10-28 | 2 | -4/+5 | |
| * | | | | | | nfs: drop unnecessary locking in llseek | Andi Kleen | 2011-10-28 | 1 | -9/+2 | |
| * | | | | | | ext4: replace cut'n'pasted llseek code with generic_file_llseek_size | Andi Kleen | 2011-10-28 | 1 | -46/+1 | |
| * | | | | | | vfs: add generic_file_llseek_size | Andi Kleen | 2011-10-28 | 1 | -9/+28 | |
| * | | | | | | vfs: do (nearly) lockless generic_file_llseek | Andi Kleen | 2011-10-28 | 5 | -50/+48 | |
| * | | | | | | direct-io: merge direct_io_walker into __blockdev_direct_IO | Andi Kleen | 2011-10-28 | 1 | -139/+132 | |
| * | | | | | | direct-io: inline the complete submission path | Andi Kleen | 2011-10-28 | 1 | -15/+21 | |
| * | | | | | | direct-io: separate map_bh from dio | Andi Kleen | 2011-10-28 | 1 | -29/+37 | |
| * | | | | | | direct-io: use a slab cache for struct dio | Andi Kleen | 2011-10-28 | 1 | -5/+14 | |
| * | | | | | | direct-io: rearrange fields in dio/dio_submit to avoid holes | Andi Kleen | 2011-10-28 | 1 | -7/+6 | |
| * | | | | | | direct-io: fix a wrong comment | Andi Kleen | 2011-10-28 | 1 | -1/+1 | |
| * | | | | | | direct-io: separate fields only used in the submission path from struct dio | Andi Kleen | 2011-10-28 | 1 | -188/+201 | |
| * | | | | | | vfs: fix spinning prevention in prune_icache_sb | Christoph Hellwig | 2011-10-28 | 1 | -1/+1 | |
| * | | | | | | vfs: add a comment to inode_permission() | Andreas Gruenbacher | 2011-10-28 | 1 | -2/+4 | |
| * | | | | | | vfs: pass all mask flags check_acl and posix_acl_permission | Andreas Gruenbacher | 2011-10-28 | 2 | -2/+2 | |
| * | | | | | | vfs: indicate that the permission functions take all the MAY_* flags | Andreas Gruenbacher | 2011-10-28 | 1 | -2/+2 | |
| * | | | | | | compat: sync compat_stats with statfs. | Eric W. Biederman | 2011-10-28 | 1 | -5/+2 | |
| * | | | | | | vfs: add "device" tag to /proc/self/mountstats | Bryan Schumaker | 2011-10-28 | 1 | -0/+1 | |
| * | | | | | | cleanup: vfs: small comment fix for block_invalidatepage | Wang Sheng-Hui | 2011-10-28 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge http://sucs.org/~rohan/git/gfs2-3.0-nmw | Linus Torvalds | 2011-10-28 | 19 | -1012/+666 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | GFS2: Move readahead of metadata during deallocation into its own function | Steven Whitehouse | 2011-10-21 | 1 | -19/+26 | |
| * | | | | | | GFS2: Remove two unused variables | Steven Whitehouse | 2011-10-21 | 3 | -20/+4 | |
| * | | | | | | GFS2: Misc fixes | Steven Whitehouse | 2011-10-21 | 3 | -8/+8 | |
| * | | | | | | GFS2: rewrite fallocate code to write blocks directly | Benjamin Marzinski | 2011-10-21 | 3 | -147/+39 |