summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-05-04nfsd4: use local variable in nfs4svc_encode_compoundresBenny Halevy1-2/+2
2010-05-03nfsd4: fix unlikely race in session replay caseJ. Bruce Fields3-8/+10
2010-04-22nfsd: potential ERR_PTR dereference on exp_export() error paths.Dan Carpenter1-2/+2
2010-04-22nfsd4: complete enforcement of 4.1 op orderingJ. Bruce Fields2-14/+43
2010-04-22nfsd4: allow 4.0 clients to change callback pathJ. Bruce Fields3-14/+24
2010-04-22nfsd4: rearrange cb data structuresJ. Bruce Fields3-28/+28
2010-04-22nfsd4: cl_count is unusedJ. Bruce Fields3-17/+2
2010-04-22nfsd4: don't sleep in lease-break callbackJ. Bruce Fields3-20/+73
2010-04-19nfsd4: indentation cleanupJ. Bruce Fields1-3/+2
2010-04-17nfsd4: consistent session flag settingJ. Bruce Fields1-6/+6
2010-04-03nfsd4: remove probe task's reference on clientJ. Bruce Fields1-8/+1
2010-04-03nfsd4: remove dprintkJ. Bruce Fields1-3/+0
2010-04-03nfsd4: shutdown callbacks on expiryJ. Bruce Fields1-3/+3
2010-04-03nfsd4: preallocate nfs4_rpc_argsJ. Bruce Fields2-15/+13
2010-03-22nfsd: don't break lease while servicing a COMMITJeff Layton2-3/+6
2010-03-17nfsd: factor out hash functions for export caches.NeilBrown1-17/+23
2010-03-10Merge commit 'v2.6.34-rc1' into for-2.6.35-incomingJ. Bruce Fields356-7881/+19022
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-08sysfs: Kill unused sysfs_sb variable.Eric W. Biederman2-3/+0
2010-03-08sysfs: Pass super_block to sysfs_get_inodeEric W. Biederman4-5/+6
2010-03-08sysfs: Implement sysfs_rename_linkEric W. Biederman1-0/+38
2010-03-08sysfs: Pack sysfs_dirent more tightly.Eric W. Biederman1-1/+1
2010-03-08sysfs: Serialize updates to the vfs inodeEric W. Biederman1-4/+4
2010-03-08sysfs: Use one lockdep class per sysfs attribute.Eric W. Biederman1-2/+5
2010-03-08sysfs: Only take active references on attributes.Eric W. Biederman3-1/+6
2010-03-08sysfs: Remove sysfs_get/put_active_twoEric W. Biederman4-77/+38
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy6-10/+10
2010-03-08kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-08sysfs: Cache the last sysfs_dirent to improve readdir scalability v2Eric W. Biederman1-22/+60
2010-03-08sysfs: Add sysfs_add/remove_files utility functionsAndi Kleen1-0/+20
2010-03-08seq_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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfsLinus Torvalds17-0/+9004
2010-03-06nfsd4: document lease/grace-period limitsJ. Bruce Fields1-3/+12
2010-03-06nfsd4: allow setting grace period timeJ. Bruce Fields3-1/+21
2010-03-06nfsd4: reshuffle lease-setting code to allow reuseJ. Bruce Fields1-12/+17
2010-03-06nfsd4: remove unnecessary lease-setting functionJ. Bruce Fields2-13/+1
2010-03-06nfsd4: simplify lease/grace interactionJ. Bruce Fields1-21/+11
2010-03-06nfsd4: simplify references to nfsd4 lease timeJ. Bruce Fields5-23/+13
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