aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-15autofs4: Clean up inode operationsIan Kent3-21/+1
2011-01-15autofs4: Remove unused codeIan Kent2-250/+0
2011-01-15autofs4: Add d_manage() dentry operationIan Kent4-40/+159
2011-01-15autofs4: Add d_automount() dentry operationIan Kent4-112/+189
2011-01-15Remove the automount through follow_link() kludge code from pathwalkDavid Howells1-14/+3
2011-01-15CIFS: Use d_automount() rather than abusing follow_link()David Howells4-67/+80
2011-01-15NFS: Use d_automount() rather than abusing follow_link()David Howells4-47/+46
2011-01-15AFS: Use d_automount() rather than abusing follow_link()David Howells4-30/+19
2011-01-15Add an AT_NO_AUTOMOUNT flag to suppress terminal automountDavid Howells2-1/+9
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells10-43/+91
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells2-57/+174
2011-01-15do_lookup() fixAl Viro1-0/+3
2011-01-14afs: add afs_wq and use it instead of the system workqueueTejun Heo7-28/+38
2011-01-14FS-Cache: Fix operation handlingAkshat Aranya1-1/+1
2011-01-14Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds1-18/+19
2011-01-14fs: namei fix ->put_link on wrong inode in do_filp_openNick Piggin1-18/+19
2011-01-13Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds2-5/+29
2011-01-14fs: fix do_last error case when need_reval_dotJ. R. Okajima1-4/+6
2011-01-14nfs: add missing rcu-walk checkNick Piggin1-1/+5
2011-01-14fs: fix dropping of rcu-walk from force_reval_pathNick Piggin1-0/+8
2011-01-14fs: force_reval_path drop rcu-walk before d_invalidateNick Piggin1-0/+10
2011-01-13fs/fs-writeback.c: fix sync_inodes_sb() return value kernel-docStefan Hajnoczi1-1/+1
2011-01-13thp: remove PG_buddyAndrea Arcangeli1-6/+8
2011-01-13thp: transparent hugepage vmstatAndrea Arcangeli1-1/+13
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines1-1/+3
2011-01-13mm: smaps: export mlock informationNikanth Karthikesan1-2/+5
2011-01-13fs/mpage.c: consolidate codeHai Shan1-32/+17
2011-01-13sync_inode_metadata: fix commentAndrew Morton1-2/+2
2011-01-13writeback: avoid livelocking WB_SYNC_ALL writebackJan Kara1-4/+23
2011-01-13writeback: stop background/kupdate works from livelocking other worksJan Kara1-0/+10
2011-01-13writeback: trace wakeup event for background writebackWu Fengguang1-0/+1
2011-01-13writeback: integrated background writeback workJan Kara1-15/+46
2011-01-13ecryptfs: fix broken buildLinus Torvalds1-3/+2
2011-01-13NFS: Fix NFSv3 exclusive open semanticsTrond Myklebust1-1/+5
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds18-698/+347
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds94-396/+740
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds9-51/+80
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds11-16/+16
2011-01-13cramfs: generate unique inode number for better inode cache usageStefani Seibold1-41/+69
2011-01-13aio: remove unused aio_run_iocbs()Jeff Moyer1-22/+5
2011-01-13aio: remove unnecessary checkNamhyung Kim1-1/+1
2011-01-13fs/char_dev.c: remove unused cdev_index()Namhyung Kim1-13/+0
2011-01-13/proc/kcore: fix seekingDave Anderson1-1/+1
2011-01-13proc: move proc_console.c to fs/proc/consoles.cAlexey Dobriyan2-3/+3
2011-01-13proc: less LOCK/UNLOCK in remove_proc_entry()Alexey Dobriyan1-4/+1
2011-01-13kpagecount: add slab page checking because _mapcount is in a unionPetr Holasek1-1/+1
2011-01-13proc: use single_open() correctlyJovi Zhang1-26/+3
2011-01-13proc: ->low_ino cleanupAlexey Dobriyan3-15/+6
2011-01-13proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan6-31/+31
2011-01-13proc: use unsigned long inside /proc/*/statmAlexey Dobriyan4-9/+12