aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | | | nfs: remove extraneous and problematic calls to nfs_clear_requestTrond Myklebust2010-12-07
| * | | | | | nfs: kernel should return EPROTONOSUPPORT when not support NFSv4Mi Jinlong2010-12-07
| * | | | | | NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov2010-12-07
| * | | | | | nfs: Discard ACL cache on mode updateAneesh Kumar K.V2010-12-07
| * | | | | | NFS: Readdir cleanupsTrond Myklebust2010-12-07
| * | | | | | NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not foundTrond Myklebust2010-12-07
| * | | | | | NFS: Fix a memory leak in nfs_readdirTrond Myklebust2010-12-02
| * | | | | | NFS: Ensure we use the correct cookie in nfs_readdir_xdr_fillerTrond Myklebust2010-12-01
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-12-14
|\ \ \ \ \ \ \
| * | | | | | | cifs: remove bogus remapping of error in cifs_filldir()Suresh Jayaraman2010-12-08
| * | | | | | | cifs: allow calling cifs_build_path_to_root on incomplete cifs_sbJeff Layton2010-12-07
| * | | | | | | cifs: fix check of error return from is_path_accessableJeff Layton2010-12-07
| * | | | | | | cifs: remove Local_System_NameJeff Layton2010-12-06
| * | | | | | | cifs: fix use of CONFIG_CIFS_ACLJeff Layton2010-12-06
| * | | | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2010-12-02
| |\ \ \ \ \ \ \
| * | | | | | | | cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman2010-12-02
* | | | | | | | | autofs4 - remove ioctl mutex (bz23142)Ian Kent2010-12-07
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-12-06
|\ \ \ \ \ \ \ \
| * | | | | | | | ocfs2_connection_find() returns pointer to bad structuredann frazier2010-11-18
| * | | | | | | | ocfs2: char is not always signedMilton Miller2010-11-18
| * | | | | | | | Ocfs2: Stop tracking a negative dentry after dentry_iput().Tristan Ye2010-11-18
| * | | | | | | | ocfs2: fix memory leakJiri Slaby2010-11-18
| * | | | | | | | fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lockDavid Sterba2010-11-18
* | | | | | | | | Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman2010-12-05
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | reiserfs: don't acquire lock recursively in reiserfs_acl_chmodFrederic Weisbecker2010-12-02
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-12-02
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | xfs: only run xfs_error_test if error injection is activeDave Chinner2010-12-01
| * | | | | | xfs: avoid moving stale inodes in the AILDave Chinner2010-12-01
| * | | | | | xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner2010-12-01
| * | | | | | xfs: push stale, pinned buffers on trylock failuresDave Chinner2010-12-01
| * | | | | | xfs: fix failed write truncation handling.Dave Chinner2010-12-01
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-12-02
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | cifs: fix parsing of hostname in dfs referralsJeff Layton2010-11-30
| * | | | | cifs: display fsc in /proc/mountsSuresh Jayaraman2010-11-30
| * | | | | cifs: enable fscache iff fsc mount option is used explicitlySuresh Jayaraman2010-11-30
| * | | | | cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is setSuresh Jayaraman2010-11-30
| * | | | | cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)Shirish Pargaonkar2010-11-30
| * | | | | cifs: Misc. cleanup in cifsacl handling [try #4]Shirish Pargaonkar2010-11-30
| * | | | | cifs: trivial comment fix for cifs_invalidate_mappingSuresh Jayaraman2010-11-29
| * | | | | [CIFS] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMACSteve French2010-11-13
| * | | | | cifs: don't take extra tlink reference in initiate_cifs_searchJeff Layton2010-11-12
| * | | | | cifs: Percolate error up to the caller during get/set acls [try #4]Shirish Pargaonkar2010-11-10
| * | | | | cifs: fix another memleak, in cifs_root_igetOskar Schirmer2010-11-10
| * | | | | cifs: fix potential use-after-free in cifs_oplock_break_putJeff Layton2010-11-10
* | | | | | exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov2010-11-30
* | | | | | exec: make argv/envp memory visible to oom-killerOleg Nesterov2010-11-30
* | | | | | NFS: Fix a readdirplus bugTrond Myklebust2010-11-30
| |/ / / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-11-29
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Btrfs: don't use migrate page without CONFIG_MIGRATIONChris Mason2010-11-29
| * | | | Btrfs: deal with DIO bios that span more than one ordered extentChris Mason2010-11-28