aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Gravatar Linus Torvalds 3-26/+109
2011-11-01sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.Gravatar Eric W. Biederman 1-8/+6
2011-10-31epoll: fix spurious lockdep warningsGravatar Nelson Elhage 1-7/+18
2011-10-31fat: follow rename pack_hex_byte() to hex_byte_pack()Gravatar Andy Shevchenko 1-2/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 13-87/+90
2011-10-31fs/pipe.c: add ->statfs callback for pipefsGravatar Pavel Emelyanov 1-0/+1
2011-10-31fs/buffer.c: add device information for error output in __find_get_block_slow()Gravatar Tao Ma 1-1/+4
2011-10-31vmscan: fix shrinker callback bug in fs/super.cGravatar Mikulas Patocka 1-1/+1
2011-10-31lib/string.c: introduce memchr_inv()Gravatar Akinobu Mita 2-23/+0
2011-10-31ext4: warn if direct reclaim tries to writeback pagesGravatar Mel Gorman 1-1/+5
2011-10-31xfs: warn if direct reclaim tries to writeback pagesGravatar Mel Gorman 1-4/+4
2011-10-31mm: distinguish between mlocked and pinned pagesGravatar Christoph Lameter 1-0/+2
2011-10-31tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious.Gravatar Robert P. J. Day 1-1/+1
2011-10-31oom: remove oom_disable_countGravatar David Rientjes 2-17/+0
2011-10-31Cross Memory AttachGravatar Christopher Yeoh 3-8/+11
2011-10-31/proc/self/numa_maps: restore "huge" tag for hugetlb vmasGravatar Andrew Morton 1-0/+3
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientGravatar Linus Torvalds 8-161/+260
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Gravatar Linus Torvalds 14-414/+408
2011-10-28Merge http://sucs.org/~rohan/git/gfs2-3.0-nmwGravatar Linus Torvalds 19-1012/+666
2011-10-28Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 22-1015/+2229
2011-10-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 47-2324/+2033
2011-10-28leases: fix write-open/read-lease raceGravatar J. Bruce Fields 2-4/+5
2011-10-28nfs: drop unnecessary locking in llseekGravatar Andi Kleen 1-9/+2
2011-10-28ext4: replace cut'n'pasted llseek code with generic_file_llseek_sizeGravatar Andi Kleen 1-46/+1
2011-10-28vfs: add generic_file_llseek_sizeGravatar Andi Kleen 1-9/+28
2011-10-28vfs: do (nearly) lockless generic_file_llseekGravatar Andi Kleen 5-50/+48
2011-10-28direct-io: merge direct_io_walker into __blockdev_direct_IOGravatar Andi Kleen 1-139/+132
2011-10-28direct-io: inline the complete submission pathGravatar Andi Kleen 1-15/+21
2011-10-28direct-io: separate map_bh from dioGravatar Andi Kleen 1-29/+37
2011-10-28direct-io: use a slab cache for struct dioGravatar Andi Kleen 1-5/+14
2011-10-28direct-io: rearrange fields in dio/dio_submit to avoid holesGravatar Andi Kleen 1-7/+6
2011-10-28direct-io: fix a wrong commentGravatar Andi Kleen 1-1/+1
2011-10-28direct-io: separate fields only used in the submission path from struct dioGravatar Andi Kleen 1-188/+201
2011-10-28vfs: fix spinning prevention in prune_icache_sbGravatar Christoph Hellwig 1-1/+1
2011-10-28vfs: add a comment to inode_permission()Gravatar Andreas Gruenbacher 1-2/+4
2011-10-28vfs: pass all mask flags check_acl and posix_acl_permissionGravatar Andreas Gruenbacher 2-2/+2
2011-10-28vfs: indicate that the permission functions take all the MAY_* flagsGravatar Andreas Gruenbacher 1-2/+2
2011-10-28compat: sync compat_stats with statfs.Gravatar Eric W. Biederman 1-5/+2
2011-10-28vfs: add "device" tag to /proc/self/mountstatsGravatar Bryan Schumaker 1-0/+1
2011-10-28cleanup: vfs: small comment fix for block_invalidatepageGravatar Wang Sheng-Hui 1-2/+2
2011-10-27Add definition for share encryptionGravatar Steve French 1-7/+37
2011-10-27fs/Makefile: Stupid typo breakage of exofs inclusionGravatar Boaz Harrosh 1-1/+1
2011-10-26Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdGravatar Linus Torvalds 9-367/+1506
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-7/+34
2011-10-26Merge branch 'for-linus' of git://github.com/ericvh/linuxGravatar Linus Torvalds 3-17/+32
2011-10-25libceph: fix double-free of page vectorGravatar Sage Weil 1-1/+0
2011-10-25ceph: fix 32-bit ino numbersGravatar Amon Ott 1-5/+6
2011-10-25ceph: let the set_layout ioctl set single traitsGravatar Greg Farnum 1-6/+28
2011-10-25Revert "ceph: don't truncate dirty pages in invalidate work thread"Gravatar Sage Weil 1-45/+1
2011-10-25ceph: replace leading spaces with tabsGravatar Noah Watkins 1-20/+20