summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: fix races against execve() of /proc/PID/fd**Vasiliy Kulikov2011-11-021-43/+103
* procfs: report EISDIR when reading sysctl dirs in procPavel Emelyanov2011-11-021-0/+1
* hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher2011-11-021-5/+15
* isofs: add readpages supportNamjae Jeon2011-11-021-1/+9
* ramfs: remove module leftoversRichard Weinberger2011-11-021-10/+0
* binfmt_elf: fix PIE execution with randomization disabledJiri Kosina2011-11-021-1/+10
* Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/l...Linus Torvalds2011-11-013-26/+109
|\
| * pstore: make pstore write function return normal success/fail valueChen Gong2011-10-121-5/+6
| * pstore: change mutex locking to spin_locksDon Zickus2011-08-161-7/+21
| * pstore: defer inserting OOPS entries into pstoreLuck, Tony2011-08-163-14/+82
* | sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.Eric W. Biederman2011-11-011-8/+6
* | epoll: fix spurious lockdep warningsNelson Elhage2011-10-311-7/+18
* | fat: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-311-2/+2
* | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-3113-87/+90
* | fs/pipe.c: add ->statfs callback for pipefsPavel Emelyanov2011-10-311-0/+1
* | fs/buffer.c: add device information for error output in __find_get_block_slow()Tao Ma2011-10-311-1/+4
* | vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka2011-10-311-1/+1
* | lib/string.c: introduce memchr_inv()Akinobu Mita2011-10-312-23/+0
* | ext4: warn if direct reclaim tries to writeback pagesMel Gorman2011-10-311-1/+5
* | xfs: warn if direct reclaim tries to writeback pagesMel Gorman2011-10-311-4/+4
* | mm: distinguish between mlocked and pinned pagesChristoph Lameter2011-10-311-0/+2
* | tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious.Robert P. J. Day2011-10-311-1/+1
* | oom: remove oom_disable_countDavid Rientjes2011-10-312-17/+0
* | Cross Memory AttachChristopher Yeoh2011-10-313-8/+11
* | /proc/self/numa_maps: restore "huge" tag for hugetlb vmasAndrew Morton2011-10-311-0/+3
* | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2011-10-288-161/+260
|\ \
| * | libceph: fix double-free of page vectorSage Weil2011-10-251-1/+0
| * | ceph: fix 32-bit ino numbersAmon Ott2011-10-251-5/+6
| * | ceph: let the set_layout ioctl set single traitsGreg Farnum2011-10-251-6/+28
| * | Revert "ceph: don't truncate dirty pages in invalidate work thread"Sage Weil2011-10-251-45/+1
| * | ceph: replace leading spaces with tabsNoah Watkins2011-10-251-20/+20
| * | libceph: don't complain on msgpool alloc failuresSage Weil2011-10-252-6/+7
| * | libceph: create messenger with clientSage Weil2011-10-251-3/+6
| * | ceph: document ioctlsSage Weil2011-10-251-1/+54
| * | ceph: implement (optional) max read sizeSage Weil2011-10-251-3/+12
| * | ceph: rename rsize -> rasizeSage Weil2011-10-252-6/+16
| * | ceph: make readpages fully asyncSage Weil2011-10-251-70/+115
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds2011-10-2814-414/+408
|\ \ \
| * | | leases: fix write-open/read-lease raceJ. Bruce Fields2011-10-282-4/+5
| * | | nfs: drop unnecessary locking in llseekAndi Kleen2011-10-281-9/+2
| * | | ext4: replace cut'n'pasted llseek code with generic_file_llseek_sizeAndi Kleen2011-10-281-46/+1
| * | | vfs: add generic_file_llseek_sizeAndi Kleen2011-10-281-9/+28
| * | | vfs: do (nearly) lockless generic_file_llseekAndi Kleen2011-10-285-50/+48
| * | | direct-io: merge direct_io_walker into __blockdev_direct_IOAndi Kleen2011-10-281-139/+132
| * | | direct-io: inline the complete submission pathAndi Kleen2011-10-281-15/+21
| * | | direct-io: separate map_bh from dioAndi Kleen2011-10-281-29/+37
| * | | direct-io: use a slab cache for struct dioAndi Kleen2011-10-281-5/+14
| * | | direct-io: rearrange fields in dio/dio_submit to avoid holesAndi Kleen2011-10-281-7/+6
| * | | direct-io: fix a wrong commentAndi Kleen2011-10-281-1/+1
| * | | direct-io: separate fields only used in the submission path from struct dioAndi Kleen2011-10-281-188/+201