aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina24-1728/+26
2010-03-07seq_file: fix new kernel-doc warningsRandy Dunlap1-2/+2
2010-03-07Revert "lib: build list_sort() only if needed"Linus Torvalds1-1/+0
2010-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds17-0/+9004
2010-03-06Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds26-1484/+1344
2010-03-06Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-106/+124
2010-03-06coredump: suppress uid comparison test if core output files are pipesNeil Horman1-1/+2
2010-03-06coredump: set ->group_exit_code for other CLONE_VM tasks tooOleg Nesterov1-4/+4
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu3-26/+22
2010-03-06elf coredump: add extended numbering supportDaisuke HATAYAMA2-5/+124
2010-03-06elf coredump: make offset calculation process and writing process explicitDaisuke HATAYAMA2-24/+32
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA3-18/+12
2010-03-06coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA3-117/+38
2010-03-06coredump: unify dump_seek() implementations for each binfmt_*.cDaisuke HATAYAMA2-28/+62
2010-03-06proc: warn on non-existing proc entriesAlexey Dobriyan1-2/+6
2010-03-06proc: do translation + unlink atomically at remove_proc_entry()Alexey Dobriyan1-12/+19
2010-03-06fs/compat_ioctl.c: suppress two warningsAndrew Morton1-2/+2
2010-03-06lib: build list_sort() only if neededDon Mullis1-0/+1
2010-03-06exec: create initial stack independent of PAGE_SIZEMichael Neuling1-3/+1
2010-03-06fs: use rlimit helpersJiri Slaby8-12/+12
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-2/+4
2010-03-06vfs: take f_lock on modifying f_mode after open timeWu Fengguang2-0/+4
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki1-3/+6
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki1-0/+1
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-2/+2
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-03-06Fix a dumb typo - use of & instead of &&Al Viro1-1/+1
2010-03-06[LogFS] Change magic numberJoern Engel1-1/+1
2010-03-06[LogFS] Remove h_version fieldJoern Engel2-6/+5
2010-03-05Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds17-422/+600
2010-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds6-31/+56
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds79-1258/+1427
2010-03-05fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V1-1/+18
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi2-2/+2
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi5-28/+36
2010-03-05Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust311-6259/+8030
2010-03-05NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust3-42/+3
2010-03-05NFS: Clean up nfs_sync_mappingTrond Myklebust1-9/+5
2010-03-05NFS: Simplify nfs_wb_page()Trond Myklebust1-97/+23
2010-03-05NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust2-47/+10
2010-03-05NFS: Simplify nfs_wb_page_cancel()Trond Myklebust1-38/+1
2010-03-05NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pagesTrond Myklebust1-0/+2
2010-03-05NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is setTrond Myklebust1-1/+1
2010-03-05NFS: Reduce the number of unnecessary COMMIT callsTrond Myklebust1-4/+22
2010-03-05NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust2-4/+11
2010-03-05NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust2-13/+23
2010-03-05Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds45-104/+120
2010-03-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-259/+262
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds24-648/+1213
2010-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds18-128/+335