| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: add module.h to files that were implicitly using it | Paul Gortmaker | 2011-11-01 | 9 | -0/+9 |
* | fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros | Paul Gortmaker | 2011-11-01 | 11 | -0/+11 |
* | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client | Linus Torvalds | 2011-10-29 | 8 | -161/+260 |
|\ |
|
| * | libceph: fix double-free of page vector | Sage Weil | 2011-10-26 | 1 | -1/+0 |
| * | ceph: fix 32-bit ino numbers | Amon Ott | 2011-10-26 | 1 | -5/+6 |
| * | ceph: let the set_layout ioctl set single traits | Greg Farnum | 2011-10-26 | 1 | -6/+28 |
| * | Revert "ceph: don't truncate dirty pages in invalidate work thread" | Sage Weil | 2011-10-26 | 1 | -45/+1 |
| * | ceph: replace leading spaces with tabs | Noah Watkins | 2011-10-26 | 1 | -20/+20 |
| * | libceph: don't complain on msgpool alloc failures | Sage Weil | 2011-10-26 | 2 | -6/+7 |
| * | libceph: create messenger with client | Sage Weil | 2011-10-26 | 1 | -3/+6 |
| * | ceph: document ioctls | Sage Weil | 2011-10-26 | 1 | -1/+54 |
| * | ceph: implement (optional) max read size | Sage Weil | 2011-10-26 | 1 | -3/+12 |
| * | ceph: rename rsize -> rasize | Sage Weil | 2011-10-26 | 2 | -6/+16 |
| * | ceph: make readpages fully async | Sage Weil | 2011-10-26 | 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 |
| * | | GFS2: speed up delete/unlink performance for large files | Bob Peterson | 2011-10-21 | 1 | -3/+23 |
| * | | GFS2: Fix off-by-one in gfs2_blk2rgrpd | Steven Whitehouse | 2011-10-21 | 1 | -5/+4 |
| * | | GFS2: Clean up ->page_mkwrite | Steven Whitehouse | 2011-10-21 | 1 | -18/+46 |
| * | | GFS2: Correctly set goal block after allocation | Steven Whitehouse | 2011-10-21 | 1 | -1/+1 |
| * | | GFS2: Fix AIL flush issue during fsync | Steven Whitehouse | 2011-10-21 | 4 | -24/+20 |
| * | | GFS2: Use cached rgrp in gfs2_rlist_add() | Steven Whitehouse | 2011-10-21 | 5 | -11/+15 |
| * | | GFS2: Call do_strip() directly from recursive_scan() | Steven Whitehouse | 2011-10-21 | 1 | -78/+71 |
| * | | GFS2: Remove obsolete assert | Steven Whitehouse | 2011-10-21 | 1 | -7/+0 |
| * | | GFS2: Cache the most recently used resource group in the inode | Steven Whitehouse | 2011-10-21 | 9 | -45/+44 |
| * | | GFS2: Make resource groups "append only" during life of fs | Steven Whitehouse | 2011-10-21 | 9 | -174/+95 |
| * | | GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme | Bob Peterson | 2011-10-21 | 8 | -345/+148 |