aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-03-12vfs: improve writeback_inodes_wb()Gravatar Edward Shishkin 1-60/+73
2010-03-08blkdev: fix merge_bvec_fn return value checks v2Gravatar Dmitry Monakhov 1-2/+2
2010-03-07seq_file: fix new kernel-doc warningsGravatar Randy Dunlap 1-2/+2
2010-03-07Revert "lib: build list_sort() only if needed"Gravatar Linus Torvalds 1-1/+0
2010-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsGravatar Linus Torvalds 17-0/+9004
2010-03-06Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 26-1484/+1344
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 11-106/+124
2010-03-06coredump: suppress uid comparison test if core output files are pipesGravatar Neil Horman 1-1/+2
2010-03-06coredump: set ->group_exit_code for other CLONE_VM tasks tooGravatar Oleg Nesterov 1-4/+4
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyGravatar Masami Hiramatsu 3-26/+22
2010-03-06elf coredump: add extended numbering supportGravatar Daisuke HATAYAMA 2-5/+124
2010-03-06elf coredump: make offset calculation process and writing process explicitGravatar Daisuke HATAYAMA 2-24/+32
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsGravatar Daisuke HATAYAMA 3-18/+12
2010-03-06coredump: move dump_write() and dump_seek() into a header fileGravatar Daisuke HATAYAMA 3-117/+38
2010-03-06coredump: unify dump_seek() implementations for each binfmt_*.cGravatar Daisuke HATAYAMA 2-28/+62
2010-03-06proc: warn on non-existing proc entriesGravatar Alexey Dobriyan 1-2/+6
2010-03-06proc: do translation + unlink atomically at remove_proc_entry()Gravatar Alexey Dobriyan 1-12/+19
2010-03-06fs/compat_ioctl.c: suppress two warningsGravatar Andrew Morton 1-2/+2
2010-03-06lib: build list_sort() only if neededGravatar Don Mullis 1-0/+1
2010-03-06exec: create initial stack independent of PAGE_SIZEGravatar Michael Neuling 1-3/+1
2010-03-06fs: use rlimit helpersGravatar Jiri Slaby 8-12/+12
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueGravatar Rik van Riel 1-2/+4
2010-03-06vfs: take f_lock on modifying f_mode after open timeGravatar Wu Fengguang 2-0/+4
2010-03-06mm: count swap usageGravatar KAMEZAWA Hiroyuki 1-3/+6
2010-03-06mm: avoid false sharing of mm_counterGravatar KAMEZAWA Hiroyuki 1-0/+1
2010-03-06mm: clean up mm_counterGravatar KAMEZAWA Hiroyuki 1-2/+2
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Gravatar Akinobu Mita 1-1/+1
2010-03-06Fix a dumb typo - use of & instead of &&Gravatar Al Viro 1-1/+1
2010-03-06[LogFS] Change magic numberGravatar Joern Engel 1-1/+1
2010-03-06[LogFS] Remove h_version fieldGravatar Joern Engel 2-6/+5
2010-03-05Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 17-422/+600
2010-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Gravatar Linus Torvalds 6-31/+56
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 79-1258/+1427
2010-03-05fs/9p: Add hardlink support to .u extensionGravatar Aneesh Kumar K.V 1-1/+18
2010-03-059P2010.L handshake: Remove "dotu" variableGravatar Sripathi Kodi 2-2/+2
2010-03-059P2010.L handshake: Add VFS flagsGravatar Sripathi Kodi 5-28/+36
2010-03-05Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Gravatar Trond Myklebust 311-6259/+8030
2010-03-05NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingGravatar Trond Myklebust 3-42/+3
2010-03-05NFS: Clean up nfs_sync_mappingGravatar Trond Myklebust 1-9/+5
2010-03-05NFS: Simplify nfs_wb_page()Gravatar Trond Myklebust 1-97/+23
2010-03-05NFS: Replace __nfs_write_mapping with sync_inode()Gravatar Trond Myklebust 2-47/+10
2010-03-05NFS: Simplify nfs_wb_page_cancel()Gravatar Trond Myklebust 1-38/+1
2010-03-05NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pagesGravatar Trond Myklebust 1-0/+2
2010-03-05NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is setGravatar Trond Myklebust 1-1/+1
2010-03-05NFS: Reduce the number of unnecessary COMMIT callsGravatar Trond Myklebust 1-4/+22
2010-03-05NFS: Add a count of the number of unstable writes carried by an inodeGravatar Trond Myklebust 2-4/+11
2010-03-05NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cGravatar Trond Myklebust 2-13/+23
2010-03-05Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 45-104/+120
2010-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-259/+262
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 24-648/+1213