Age | Commit message (Expand) | Author | Files | Lines |
2011-11-02 | filesystems: add missing nlink wrappers | Miklos Szeredi | 29 | -55/+52 |
2011-11-02 | logfs: remove unnecessary nlink setting | Miklos Szeredi | 1 | -1/+0 |
2011-11-02 | ocfs2: remove unnecessary nlink setting | Miklos Szeredi | 1 | -2/+0 |
2011-11-02 | jfs: remove unnecessary nlink setting | Miklos Szeredi | 1 | -1/+0 |
2011-11-02 | vfs: ignore error on forced remount | Miklos Szeredi | 1 | -2/+7 |
2011-11-02 | readlinkat: ensure we return ENOENT for the empty pathname for normal lookups | Andy Whitcroft | 2 | -7/+16 |
2011-11-02 | vfs: fix dentry leak in simple_fill_super() | Konstantin Khlebnikov | 1 | -1/+3 |
2011-11-01 | Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l... | Linus Torvalds | 3 | -26/+109 |
2011-11-01 | sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees. | Eric W. Biederman | 1 | -8/+6 |
2011-11-01 | epoll: fix spurious lockdep warnings | Nelson Elhage | 1 | -7/+18 |
2011-11-01 | fat: follow rename pack_hex_byte() to hex_byte_pack() | Andy Shevchenko | 1 | -2/+2 |
2011-11-01 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 13 | -87/+90 |
2011-11-01 | fs/pipe.c: add ->statfs callback for pipefs | Pavel Emelyanov | 1 | -0/+1 |
2011-11-01 | fs/buffer.c: add device information for error output in __find_get_block_slow() | Tao Ma | 1 | -1/+4 |
2011-11-01 | vmscan: fix shrinker callback bug in fs/super.c | Mikulas Patocka | 1 | -1/+1 |
2011-11-01 | lib/string.c: introduce memchr_inv() | Akinobu Mita | 2 | -23/+0 |
2011-11-01 | ext4: warn if direct reclaim tries to writeback pages | Mel Gorman | 1 | -1/+5 |
2011-11-01 | xfs: warn if direct reclaim tries to writeback pages | Mel Gorman | 1 | -4/+4 |
2011-11-01 | mm: distinguish between mlocked and pinned pages | Christoph Lameter | 1 | -0/+2 |
2011-11-01 | tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious. | Robert P. J. Day | 1 | -1/+1 |
2011-11-01 | oom: remove oom_disable_count | David Rientjes | 2 | -17/+0 |
2011-11-01 | Cross Memory Attach | Christopher Yeoh | 3 | -8/+11 |
2011-11-01 | /proc/self/numa_maps: restore "huge" tag for hugetlb vmas | Andrew Morton | 1 | -0/+3 |
2011-10-29 | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client | Linus Torvalds | 8 | -161/+260 |
2011-10-28 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 14 | -414/+408 |
2011-10-28 | Merge http://sucs.org/~rohan/git/gfs2-3.0-nmw | Linus Torvalds | 19 | -1012/+666 |
2011-10-28 | Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 22 | -1015/+2229 |
2011-10-28 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 47 | -2324/+2033 |
2011-10-28 | leases: fix write-open/read-lease race | J. Bruce Fields | 2 | -4/+5 |
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 | 1 | -9/+28 |
2011-10-28 | vfs: do (nearly) lockless generic_file_llseek | Andi Kleen | 5 | -50/+48 |
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: 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 | 1 | -5/+2 |
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 | Add definition for share encryption | Steve French | 1 | -7/+37 |
2011-10-27 | fs/Makefile: Stupid typo breakage of exofs inclusion | Boaz Harrosh | 1 | -1/+1 |
2011-10-26 | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 9 | -367/+1506 |