aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-04-25Export __locks_copy_lock() so modular lockd buildsRoland Dreier1-0/+1
2008-04-25Merge git://git.infradead.org/mtd-2.6Linus Torvalds18-202/+399
2008-04-25nfsd: don't allow setting ctime over v4J. Bruce Fields1-14/+0
2008-04-25locks: don't call ->copy_lock methods on return of conflicting locksJ. Bruce Fields3-6/+3
2008-04-25lockd: unlock lockd locks held for a certain filesystemWendy Cheng2-5/+64
2008-04-25lockd: unlock lockd locks associated with a given server ipWendy Cheng2-5/+64
2008-04-25leases: remove unneeded variable from fcntl_setlease().David M. Richter1-2/+1
2008-04-25leases: move lock allocation earlier in generic_setlease()David M. Richter1-5/+5
2008-04-25leases: when unlocking, skip locking-related stepsDavid M. Richter1-11/+13
2008-04-25leases: fix a return-value mixupDavid M. Richter1-0/+1
2008-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds12-43/+176
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds22-531/+931
2008-04-24Merge branch 'devel'Trond Myklebust22-531/+931
2008-04-24[CIFS] Fix typo in previous commitSteve French1-2/+2
2008-04-24[CIFS] Fix define for new proxy cap to match documentationSteve French1-2/+5
2008-04-24Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French238-6571/+12005
2008-04-23knfsd: clear both setuid and setgid whenever a chown is doneJeff Layton1-13/+14
2008-04-23knfsd: get rid of imode variable in nfsd_setattrJeff Layton1-3/+1
2008-04-23NLM: don't let lockd exit on unexpected svc_recv errors (try #2)Jeff Layton1-6/+12
2008-04-23NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)Jeff Layton1-6/+12
2008-04-23nfsd: use static memory for callback program and statsOlga Kornievskaia1-11/+17
2008-04-23nfsd: fix commentJ. Bruce Fields1-1/+1
2008-04-23lockd: Fix stale nlmsvc_unlink_block commentJ. Bruce Fields1-2/+1
2008-04-23NFSD: Remove NFSv4 dependency on NFSv3Chuck Lever1-1/+2
2008-04-23SUNRPC: Remove PROC_FS dependencyChuck Lever1-1/+0
2008-04-23NFSD: Use "depends on" for PROC_FS dependencyChuck Lever1-2/+1
2008-04-23nfsd: move most of fh_verify to separate functionJ. Bruce Fields1-105/+123
2008-04-23nfsd: initialize lease type in nfs4_open_delegation()Felix Blyakher1-2/+2
2008-04-23NFS: convert nfs4 callback thread to kthread APIJeff Layton1-38/+35
2008-04-23nfsd: fix sparse warning in vfs.cHarvey Harrison1-1/+1
2008-04-23nfsd: fix sparse warningsHarvey Harrison4-13/+7
2008-04-23lockd: convert nsm_mutex to a spinlockJ. Bruce Fields1-15/+19
2008-04-23lockd: clean up __nsm_find()J. Bruce Fields1-16/+16
2008-04-23lockd: fix race in nlm_release()J. Bruce Fields1-6/+4
2008-04-23lockd: fix sparse warning in svcshare.cHarvey Harrison1-1/+2
2008-04-23make nfsd_create_setattr() staticAdrian Bunk1-1/+1
2008-04-23NFSD: Remove redundant "select" clauses in fs/KconfigChuck Lever1-2/+0
2008-04-23NFSD: Move "select NFSD_V2_ACL if NFSD_V3_ACL"Chuck Lever1-1/+1
2008-04-23NFSD: Move "select FS_POSIX_ACL if NFSD_V4"Chuck Lever1-2/+2
2008-04-23NFSD: Update help text for CONFIG_NFSDChuck Lever1-29/+47
2008-04-23NFSD: Remove NFSD_TCP kernel build optionChuck Lever2-12/+0
2008-04-23nfsd: clarify readdir/mountpoint-crossing codeJ. Bruce Fields1-3/+10
2008-04-23nfsd4: kill unnecessary check in preprocess_stateid_opJ. Bruce Fields1-1/+1
2008-04-23nfsd4: simplify stateid sequencing checksJ. Bruce Fields1-15/+26
2008-04-23nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_opJ. Bruce Fields1-7/+7
2008-04-23nfs: remove unnecessary NFS_NEED_* definesJ. Bruce Fields1-1/+0
2008-04-23IPv6 support for NFS server export cachesAurélien Charbon2-5/+19
2008-04-23NLM: Convert lockd to use kthreadsJeff Layton2-75/+60
2008-04-23knfsd: Remove NLM_HOST_MAX and associated logic.NeilBrown1-6/+3
2008-04-23[JFFS2] Introduce dbg_readinode2 log level, use it to shut read_dnode() upDavid Woodhouse2-7/+14
2008-04-23[JFFS2] Fix jffs2_reserve_space() when all blocks are pending erasure.David Woodhouse2-2/+11
2008-04-23[JFFS2] Add erase_checking_list to hold blocks being marked.David Woodhouse4-4/+25
2008-04-23[JFFS2] Return values of jffs2_block_check_erase error pathsAnders Grafström1-1/+6
2008-04-23[patch 7/7] vfs: mountinfo: show dominating group idMiklos Szeredi3-2/+59
2008-04-23[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfoRam Pai2-23/+111
2008-04-23[patch 5/7] vfs: mountinfo: allow using process rootMiklos Szeredi2-63/+59
2008-04-23[patch 4/7] vfs: mountinfo: add mount peer group IDMiklos Szeredi2-4/+94
2008-04-23[patch 3/7] vfs: mountinfo: add mount IDMiklos Szeredi1-0/+34
2008-04-23[patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi2-8/+46
2008-04-23[patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai2-40/+115
2008-04-23[PATCH] remove unused label in xattr.c (noise from ro-bind)Al Viro1-1/+0
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-43/+63
2008-04-23[JFFS2] Finally remove redundant ref->__totlen field.David Woodhouse1-1/+1
2008-04-23[JFFS2] Honour TEST_TOTLEN macro in debugging code. ref->__totlen is going!David Woodhouse1-1/+4
2008-04-23[JFFS2] Add paranoia debugging for superblock countsDavid Woodhouse2-3/+136
2008-04-22[PATCH] proc_readfd_common() race fixAl Viro1-3/+1
2008-04-22[PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()Al Viro1-0/+3
2008-04-22[JFFS2] Fix free space leak with in-band cleanmarkersDavid Woodhouse1-10/+8
2008-04-22[JFFS2] Self-sufficient #includes in jffs2_fs_i.h: include <linux/mutex.h>David Woodhouse1-1/+1
2008-04-22fs: use loff_t type instead of long longDavid Sterba2-4/+4
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds14-111/+211
2008-04-22Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds22-1361/+1172
2008-04-22[JFFS2] semaphore->mutex conversionDavid Woodhouse14-167/+168
2008-04-22[JFFS2] add write verify on dataflash.michael1-0/+12
2008-04-22[JFFS2] fix sparse warnings in gc.cDavid Woodhouse1-1/+1
2008-04-22[JFFS2] fix sparse warning in write.cHarvey Harrison1-1/+1
2008-04-22[JFFS2] Fix sparse warning in nodemgmt.cDavid Woodhouse1-1/+0
2008-04-22[JFFS2] include function prototype for jffs2_ioctlHarvey Harrison1-0/+1
2008-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse327-7151/+12512
2008-04-21[PATCH] teach seq_file to discard entriesAl Viro2-4/+13
2008-04-21[PATCH] umount_tree() will unhash everything itselfAl Viro1-2/+1
2008-04-21[PATCH] get rid of more nameidata passing in namespace.cAl Viro1-28/+25
2008-04-21[PATCH] switch a bunch of LSM hooks from nameidata to pathAl Viro1-5/+6
2008-04-21[PATCH] lock exclusively in collect_mounts() and drop_collected_mounts()Al Viro1-4/+4
2008-04-21[PATCH] move a bunch of declarations to fs/internal.hAl Viro3-0/+13
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds7-12/+12
2008-04-21Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-41/+117
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds3-3/+8
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot6-11/+11
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds9-9/+4
2008-04-21trivial: small cleanupsPavel Machek1-1/+1
2008-04-21[SPARC]: Remove SunOS and Solaris binary support.David S. Miller1-1/+1
2008-04-21dlm: common max length definitionsDavid Teigland1-2/+0
2008-04-21dlm: move plock code from gfs2David Teigland8-88/+134
2008-04-21dlm: recover nodes that are removed and re-addedDavid Teigland5-16/+74
2008-04-21dlm: save master info after failed no-queue requestDavid Teigland1-2/+1
2008-04-21dlm: make dlm_print_rsb() staticAdrian Bunk2-2/+1
2008-04-21dlm: match signedness between dlm_config_info and cluster_setHarvey Harrison1-1/+1
2008-04-21block: convert bio_copy_user to bio_copy_user_iovFUJITA Tomonori1-41/+117
2008-04-19sysfs: refill attribute buffer when reading from offset 0Dan Williams1-3/+2
2008-04-19SYSFS: Explicitly include required header file slab.h.Robert P. J. Day2-0/+2
2008-04-19block: send disk "change" event for rescan_partitions()Kay Sievers1-0/+4
2008-04-19make nfs_automount_list staticAdrian Bunk1-1/+1
2008-04-19NFS: remove duplicate flags assignment from nfs_validate_mount_dataJeff Layton1-1/+0
2008-04-19NFS - fix potential NULL pointer dereference v2Cyrill Gorcunov1-0/+16
2008-04-19NFSv4: Attempt to use machine credentials in SETCLIENTID callsTrond Myklebust1-4/+37
2008-04-19NFSv4: Reintroduce machine credsTrond Myklebust1-0/+7
2008-04-19NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust1-1/+1
2008-04-19nfs: fix printout of multiword bitfieldsFred Isaman1-5/+5
2008-04-19nfs: return negative error value from nfs{,4}_stat_to_errnoBenny Halevy3-95/+95
2008-04-19NLM/lockd: Ensure client locking calls use correct credentialsTrond Myklebust1-9/+14
2008-04-19NFS: Remove the buggy lock-if-signalled case from do_setlk()Trond Myklebust1-10/+2
2008-04-19NLM/lockd: Fix a race when cancelling a blocking lockTrond Myklebust1-9/+34
2008-04-19NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL callTrond Myklebust1-1/+10
2008-04-19NLM: Remove the signal masking in nlmclnt_proc/nlmclnt_cancelTrond Myklebust1-41/+1
2008-04-19NLM/lockd: convert __nlm_async_call to use rpc_run_task()Trond Myklebust1-10/+54
2008-04-19NLM/lockd: Add a reference counter to struct nlm_rqstTrond Myklebust1-0/+3
2008-04-19NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlckTrond Myklebust1-0/+2
2008-04-19NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()Trond Myklebust1-6/+10
2008-04-19NFSv4: Only increment the sequence id if the server saw itTrond Myklebust2-7/+23
2008-04-19NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired()Trond Myklebust1-4/+1
2008-04-19NFS: Ensure that rpc_run_task() errors are propagated back to the callerTrond Myklebust3-26/+40
2008-04-19NFS: Ensure that the write code cleans up properly when rpc_run_task() failsTrond Myklebust2-46/+71
2008-04-19NFS: Ensure that the read code cleans up properly when rpc_run_task() failsTrond Myklebust2-26/+46
2008-04-19NFS: Fix nfs_wb_page() to always exit with an error or a clean pageTrond Myklebust1-11/+12
2008-04-19[PATCH] r/o bind mounts: debugging for missed callsDave Hansen3-3/+23
2008-04-19[PATCH] r/o bind mounts: honor mount writer counts at remountDave Hansen1-7/+43
2008-04-19[PATCH] r/o bind mounts: track numbers of writers to mountsDave Hansen1-15/+237
2008-04-19[PATCH] r/o bind mounts: check mnt instead of superblock directlyDave Hansen2-3/+5
2008-04-19[PATCH] r/o bind mounts: elevate count for xfs timestamp updatesDave Hansen2-8/+8
2008-04-19[PATCH] r/o bind mounts: make access() use new r/o helperDave Hansen1-2/+11
2008-04-19[PATCH] r/o bind mounts: write counts for truncate()Dave Hansen1-6/+8
2008-04-19[PATCH] r/o bind mounts: elevate write count for chmod/chown callersDave Hansen1-9/+30
2008-04-19[PATCH] r/o bind mounts: elevate write count for open()sDave Hansen3-12/+113
2008-04-19[PATCH] r/o bind mounts: elevate write count for ioctls()Dave Hansen9-155/+265
2008-04-19[PATCH] r/o bind mounts: write count for file_update_time()Dave Hansen1-1/+5
2008-04-19[PATCH] r/o bind mounts: elevate write count for do_utimes()Dave Hansen1-6/+12
2008-04-19[PATCH] r/o bind mounts: write counts for touch_atime()Dave Hansen1-25/+20
2008-04-19[PATCH] r/o bind mounts: elevate write count for ncp_ioctl()Dave Hansen1-1/+53
2008-04-19[PATCH] r/o bind mounts: elevate write count for xattr_permission() callersDave Hansen3-9/+42
2008-04-19[PATCH] r/o bind mounts: get write access for vfs_rename() callersDave Hansen2-4/+17
2008-04-19[PATCH] r/o bind mounts: write counts for link/symlinkDave Hansen2-1/+23
2008-04-19[PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir()Dave Hansen3-13/+63
2008-04-19[PATCH] r/o bind mounts: elevate write count for rmdir and unlink.Dave Hansen3-2/+27
2008-04-19[PATCH] r/o bind mounts: drop write during emergency remountDave Hansen1-2/+19
2008-04-19[PATCH] r/o bind mounts: create helper to drop file write accessDave Hansen2-3/+21
2008-04-19[PATCH] r/o bind mounts: stub functionsDave Hansen1-0/+54
2008-04-19[PATCH] merge open_namei() and do_filp_open()Christoph Hellwig2-62/+57
2008-04-19[PATCH] do namei_flags calculation inside open_namei()Dave Hansen2-29/+36
2008-04-18Convert asm/semaphore.h users to linux/semaphore.hMatthew Wilcox4-4/+4
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox5-5/+0
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds1-3/+3
2008-04-18[CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slashSteve French1-4/+11
2008-04-18Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds42-1042/+5679
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds44-1131/+1140
2008-04-18[CIFS] Reserve new proxy cap for WAFSSteve French1-1/+7
2008-04-18ocfs2/net: Add debug interface to o2netSunil Mushran6-3/+569
2008-04-18ocfs2: Only build ocfs2/dlm with the o2cb stack moduleMark Fasheh1-1/+1
2008-04-18ocfs2/cluster: Get rid of arguments to the timeout routinesJeff Mahoney1-27/+20
2008-04-18ocfs2: Use BUG_ONJulia Lawall2-4/+2
2008-04-18ocfs2: Convert ocfs2 over to unlocked_ioctlAndi Kleen3-13/+6
2008-04-18ocfs2: Improve rename lockingJan Kara1-1/+1
2008-04-18fs/ocfs2/aops.c: test for IS_ERR rather than 0Julia Lawall1-3/+3
2008-04-18ocfs2: Add inode stealing for ocfs2_reserve_new_inodeTao Ma6-5/+116
2008-04-18ocfs2: Add ac_alloc_slot in ocfs2_alloc_contextTao Ma3-0/+4
2008-04-18ocfs2: Add a new parameter for ocfs2_reserve_suballoc_bitsTao Ma1-4/+18
2008-04-18ocfs2: Enable cross extent block merge.Tao Ma1-8/+86
2008-04-18ocfs2: Add support for cross extent blockTao Ma1-41/+325
2008-04-18ocfs2: Move /sys/o2cb to /sys/fs/o2cbMark Fasheh1-0/+9
2008-04-18sysfs: Allow removal of symlinks in the sysfs rootMark Fasheh1-1/+8
2008-04-18ocfs2: Reconnect after idle time out.Tao Ma2-15/+38
2008-04-18ocfs2/dlm: Cleanup lockres printSunil Mushran1-11/+11
2008-04-18ocfs2/dlm: Fix lockname in lockres print functionSunil Mushran1-75/+51
2008-04-18ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.cSunil Mushran3-160/+85
2008-04-18ocfs2/dlm: Dumps the purgelist into a debugfs fileSunil Mushran2-0/+72
2008-04-18ocfs2/dlm: Dumps the mles into a debugfs fileSunil Mushran2-0/+120
2008-04-18ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.hSunil Mushran2-37/+35
2008-04-18ocfs2/dlm: Dumps the lockres' into a debugfs fileSunil Mushran2-0/+255
2008-04-18ocfs2/dlm: Dump the dlm state in a debugfs fileSunil Mushran4-0/+325
2008-04-18ocfs2/dlm: Create debugfs dirsSunil Mushran4-2/+125
2008-04-18ocfs2/dlm: Link all lockres' to a tracking listSunil Mushran3-0/+26
2008-04-18ocfs2/dlm: Create slabcaches for lock and lockresSunil Mushran4-17/+99
2008-04-18ocfs2/dlm: Rename slabcache dlm_mle_cache to o2dlm_mleSunil Mushran2-2/+4
2008-04-18ocfs2: Allow selection of cluster plug-ins.Joel Becker2-4/+32
2008-04-18ocfs2: Add kbuild for ocfs2_stack_user.koJoel Becker1-1/+6
2008-04-18ocfs2: Change mlog_bug_on to BUG_ON in ocfs2_lockid.hJoel Becker1-1/+1
2008-04-18ocfs2: add fsdlm to stackglueDavid Teigland3-6/+243
2008-04-18ocfs2: Add the 'set version' message to the ocfs2_control device.Joel Becker1-12/+119
2008-04-18ocfs2: Add the local node id to the handshake.Joel Becker1-49/+173
2008-04-18ocfs2: Introduce the DOWN message to ocfs2_controlJoel Becker1-5/+89
2008-04-18ocfs2: Start the ocfs2_control handshake.Joel Becker1-5/+139
2008-04-18ocfs2: Add the ocfs2_control misc device.Joel Becker1-1/+183
2008-04-18ocfs2: Add the user stack module.Joel Becker1-0/+38
2008-04-18ocfs2: Add the 'cluster_stack' sysfs file.Joel Becker3-13/+104
2008-04-18ocfs2: Add the USERSPACE_STACK incompat bit.Joel Becker3-3/+134
2008-04-18ocfs2: Create stack glue sysfs files.Joel Becker1-1/+120
2008-04-18ocfs2: Break out stackglue into modules.Joel Becker7-50/+297
2008-04-18ocfs2: Create ocfs2_stack_operations and split out the o2cb stack.Joel Becker4-372/+532
2008-04-18ocfs2: Split o2cb code from generic stack functions.Joel Becker1-65/+144