summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-12-141-0/+1
|\ \ \ \ \ \
| * | | | | | xfs: log timestamp changes to the source inode in renameChristoph Hellwig2010-12-091-0/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-12-145-61/+111
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | ceph: fix ioctl magicSage Weil2010-12-061-1/+1
| * | | | | | ceph: Behave better when handling file lock replies.Herb Shiu2010-12-011-8/+30
| * | | | | | ceph: pass lock information by struct file_lock instead of as individual params.Herb Shiu2010-12-011-37/+21
| * | | | | | ceph: Handle file locks in replies from the MDS.Herb Shiu2010-12-012-14/+58
| * | | | | | ceph: avoid possible null deref in readdir after dir llseekSage Weil2010-12-011-2/+2
* | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-12-149-51/+53
|\ \ \ \ \ \ \
| * | | | | | | NFS: Fix panic after nfs_umount()Chuck Lever2010-12-101-2/+2
| * | | | | | | nfs: remove extraneous and problematic calls to nfs_clear_requestTrond Myklebust2010-12-073-4/+4
| * | | | | | | nfs: kernel should return EPROTONOSUPPORT when not support NFSv4Mi Jinlong2010-12-071-4/+0
| * | | | | | | NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov2010-12-071-0/+2
| * | | | | | | nfs: Discard ACL cache on mode updateAneesh Kumar K.V2010-12-071-0/+9
| * | | | | | | NFS: Readdir cleanupsTrond Myklebust2010-12-071-30/+17
| * | | | | | | NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not foundTrond Myklebust2010-12-071-1/+2
| * | | | | | | NFS: Fix a memory leak in nfs_readdirTrond Myklebust2010-12-022-9/+10
| * | | | | | | NFS: Ensure we use the correct cookie in nfs_readdir_xdr_fillerTrond Myklebust2010-12-011-2/+8
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-12-1413-144/+157
|\ \ \ \ \ \ \ \
| * | | | | | | | cifs: remove bogus remapping of error in cifs_filldir()Suresh Jayaraman2010-12-081-12/+0
| * | | | | | | | cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton2010-12-073-5/+6
| * | | | | | | | cifs: fix check of error return from is_path_accessableJeff Layton2010-12-071-1/+1
| * | | | | | | | cifs: remove Local_System_NameJeff Layton2010-12-063-16/+10
| * | | | | | | | cifs: fix use of CONFIG_CIFS_ACLJeff Layton2010-12-067-107/+99
| * | | | | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2010-12-031-2/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman2010-12-026-3/+41
* | | | | | | | | | autofs4 - remove ioctl mutex (bz23142)Ian Kent2010-12-071-11/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-12-065-10/+15
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | ocfs2_connection_find() returns pointer to bad structuredann frazier2010-11-181-1/+1
| * | | | | | | | ocfs2: char is not always signedMilton Miller2010-11-181-3/+3
| * | | | | | | | Ocfs2: Stop tracking a negative dentry after dentry_iput().Tristan Ye2010-11-181-1/+0
| * | | | | | | | ocfs2: fix memory leakJiri Slaby2010-11-181-4/+10
| * | | | | | | | fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lockDavid Sterba2010-11-181-1/+1
* | | | | | | | | Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman2010-12-051-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker2010-12-021-2/+4
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-12-028-83/+188
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | xfs: only run xfs_error_test if error injection is activeDave Chinner2010-12-012-2/+6
| * | | | | | xfs: avoid moving stale inodes in the AILDave Chinner2010-12-011-6/+25
| * | | | | | xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner2010-12-012-2/+20
| * | | | | | xfs: push stale, pinned buffers on trylock failuresDave Chinner2010-12-011-19/+16
| * | | | | | xfs: fix failed write truncation handling.Dave Chinner2010-12-013-54/+121
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-12-0211-80/+127
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | cifs: fix parsing of hostname in dfs referralsJeff Layton2010-11-301-1/+1
| * | | | | cifs: display fsc in /proc/mountsSuresh Jayaraman2010-11-301-0/+2
| * | | | | cifs: enable fscache iff fsc mount option is used explicitlySuresh Jayaraman2010-11-301-6/+6
| * | | | | cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is setSuresh Jayaraman2010-11-301-0/+5
| * | | | | cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar2010-11-304-26/+40
| * | | | | cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar2010-11-303-7/+17
| * | | | | cifs: trivial comment fix for cifs_invalidate_mappingSuresh Jayaraman2010-11-291-1/+3
| * | | | | [CIFS] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMACSteve French2010-11-141-0/+1
OpenPOWER on IntegriCloud