aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds12-126/+189
2010-03-08FS-Cache: Remove the EXPERIMENTAL flagChristian Kujau1-1/+0
2010-03-07sysfs: Kill unused sysfs_sb variable.Eric W. Biederman2-3/+0
2010-03-07sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman4-5/+6
2010-03-07sysfs: Implement sysfs_rename_linkEric W. Biederman1-0/+38
2010-03-07sysfs: Pack sysfs_dirent more tightly.Eric W. Biederman1-1/+1
2010-03-07sysfs: Serialize updates to the vfs inodeEric W. Biederman1-4/+4
2010-03-07sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman1-2/+5
2010-03-07sysfs: Only take active references on attributes.Eric W. Biederman3-1/+6
2010-03-07sysfs: Remove sysfs_get/put_active_twoEric W. Biederman4-77/+38
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy6-10/+10
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-07sysfs: Cache the last sysfs_dirent to improve readdir scalability v2Eric W. Biederman1-22/+60
2010-03-07sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen1-0/+20
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