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