summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-incoming-2'Linus Torvalds2010-10-2810-111/+181
|\
| * epoll: make epoll_wait() use the hrtimer range featureShawn Bohrer2010-10-282-17/+20
| * select: rename estimate_accuracy() to select_estimate_accuracy()Andrew Morton2010-10-281-3/+3
| * fuse: use release_pages()Miklos Szeredi2010-10-281-6/+1Star
| * exec: don't turn PF_KTHREAD off when a target command was not foundKOSAKI Motohiro2010-10-281-2/+1Star
| * /proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki2010-10-281-8/+2Star
| * /proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki2010-10-281-3/+1Star
| * procfs: fix /proc/softirqs formattingDavidlohr Bueso2010-10-281-2/+2
| * /proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan2010-10-281-0/+6
| * coredump: default CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=yRoland McGrath2010-10-281-2/+2
| * core_pattern: fix truncation by core_pattern handler with long parametersXiaotian Feng2010-10-281-60/+95
| * signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-282-9/+9
| * isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directoryOndrej Zary2010-10-281-0/+40
* | fasync: Fix placement of FASYNC flag commentLinus Torvalds2010-10-281-3/+3
* | Merge branch 'flock' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-289-70/+108
|\ \ | |/ |/|
| * locks: turn lock_flocks into a spinlockArnd Bergmann2010-10-272-3/+3
| * fasync: re-organize fasync entry insertion to allow it under a spinlockLinus Torvalds2010-10-272-17/+67
| * locks/nfsd: allocate file lock outside of spinlockArnd Bergmann2010-10-272-35/+27Star
| * lockd: fix nlmsvc_notify_blocked lockingJ. Bruce Fields2010-10-271-2/+4
| * lockd: push lock_flocks downArnd Bergmann2010-10-274-14/+8Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-2790-643/+760
|\ \
| * | split invalidate_inodes()Al Viro2010-10-264-6/+51
| * | fs: skip I_FREEING inodes in writeback_sb_inodesChristoph Hellwig2010-10-261-2/+7
| * | fs: fold invalidate_list into invalidate_inodesChristoph Hellwig2010-10-261-27/+16Star
| * | fs: do not drop inode_lock in dispose_listChristoph Hellwig2010-10-261-18/+2Star
| * | fs: inode split IO and LRU listsNick Piggin2010-10-263-37/+53
| * | fs: switch bdev inode bdi's correctlyDave Chinner2010-10-261-5/+21
| * | fs: fix buffer invalidation in invalidate_listChristoph Hellwig2010-10-261-9/+7Star
| * | fsnotify: use dget_parentChristoph Hellwig2010-10-261-28/+5Star
| * | smbfs: use dget_parentChristoph Hellwig2010-10-262-18/+8Star
| * | exportfs: use dget_parentChristoph Hellwig2010-10-261-9/+8Star
| * | fs: use RCU read side protection in d_validateChristoph Hellwig2010-10-261-19/+12Star
| * | fs: clean up dentry lru modificationChristoph Hellwig2010-10-261-26/+23Star
| * | fs: split __shrink_dcache_sbChristoph Hellwig2010-10-261-60/+67
| * | fs: improve DCACHE_REFERENCED usageNick Piggin2010-10-261-3/+6
| * | fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig2010-10-261-19/+32
| * | fs: simplify __d_freeChristoph Hellwig2010-10-261-9/+5Star
| * | fs: take dcache_lock inside __d_pathChristoph Hellwig2010-10-262-4/+4
| * | fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-2616-2/+21
| * | fs: introduce a per-cpu last_ino allocatorEric Dumazet2010-10-261-7/+38
| * | new helper: ihold()Al Viro2010-10-2635-45/+52
| * | fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig2010-10-262-39/+35Star
| * | fs: move i_count increments into find_inode/find_inode_fastChristoph Hellwig2010-10-261-11/+6Star
| * | fs: Stop abusing find_inode_fast in iuniqueChristoph Hellwig2010-10-261-5/+25
| * | fs: Factor inode hash operations into functionsDave Chinner2010-10-261-45/+55
| * | fs: Implement lazy LRU updates for inodesNick Piggin2010-10-262-33/+64
| * | fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner2010-10-263-22/+48
| * | vfs: fix infinite loop caused by clone_mnt raceMiklos Szeredi2010-10-261-1/+1
| * | switch hfs to hlist_add_fake()Al Viro2010-10-263-4/+1Star
| * | list.h: new helper - hlist_add_fake()Al Viro2010-10-262-2/+2