aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11cifs: propagate cifs_new_fileinfo() error back to the callerSuresh Jayaraman1-4/+13
2010-05-10cifs: add comments explaining cifs_new_fileinfo behaviorSuresh Jayaraman1-2/+16
2010-05-10cifs: remove unused parameter from cifs_posix_open_inode_helper()Suresh Jayaraman1-3/+2
2010-05-06[CIFS] Remove unused cifs_oplock_cachepSteve French2-14/+0
2010-05-05cifs: have decode_negTokenInit set flags in server structJeff Layton6-30/+26
2010-05-05cifs: break negotiate protocol calls out of cifs_setup_sessionJeff Layton3-33/+52
2010-04-28cifs: eliminate "first_time" parm to CIFS_SessSetupJeff Layton3-11/+15
2010-04-27[CIFS] Fix lease break for writesSteve French3-17/+3
2010-04-27cifs: save the dialect chosen by serverJeff Layton2-6/+6
2010-04-26cifs: change && to ||Dan Carpenter1-1/+1
2010-04-26cifs: rename "extended_security" to "global_secflags"Jeff Layton6-12/+12
2010-04-26cifs: move tcon find/create into separate functionJeff Layton1-70/+86
2010-04-26cifs: move SMB session creation code into separate functionJeff Layton1-65/+93
2010-04-26cifs: track local_nls in volume infoJeff Layton1-5/+6
2010-04-22[CIFS] Allow null nd (as nfs server uses) on createSteve French3-14/+23
2010-04-21[CIFS] Fix losing locks during fork()Pavel Shilovsky1-3/+4
2010-04-21[CIFS] Cleanup various minor breakage in previous cFYI cleanupSteve French4-29/+29
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches25-835/+845
2010-04-21[CIFS] use add_to_page_cache_lruNick Piggin1-10/+3
2010-04-20Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds2-9/+15
2010-04-20quota: Convert __DQUOT_PARANOIA symbol to standard config optionJan Kara2-9/+15
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6Linus Torvalds5-100/+118
2010-04-19eCryptfs: Turn lower lookup error messages into debug messagesTyler Hicks1-6/+6
2010-04-19eCryptfs: Copy lower directory inode times and size on linkTyler Hicks1-2/+2
2010-04-19ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inodeJeff Mahoney1-1/+0
2010-04-19ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher1-4/+4
2010-04-19eCryptfs: Decrypt symlink target for stat sizeTyler Hicks1-48/+52
2010-04-16xfs: don't warn on EAGAIN in inode reclaimDave Chinner1-2/+2
2010-04-16xfs: ensure that sync updates the log tail correctlyDave Chinner1-12/+26
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds10-134/+212
2010-04-13Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds5-23/+38
2010-04-13ceph: use separate class for ceph sockets' sk_lockSage Weil1-0/+8
2010-04-13ceph: reserve one more caps space when doing readdirYehuda Sadeh1-1/+1
2010-04-13ceph: queue_cap_snap should always queue dirty contextSage Weil2-11/+8
2010-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2-5/+21
2010-04-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds3-6/+16
2010-04-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds5-10/+16
2010-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds3-3/+3
2010-04-12ceph: fix dentry reference leak in dcache readdirSage Weil1-2/+2
2010-04-12quota: Fix possible dq_flags corruptionAndrew Perepechko1-6/+6
2010-04-12quota: Hide warnings about writes to the filesystem before quota was turned onJan Kara1-0/+6
2010-04-12ext3: symlink must be handled via filesystem specific operationDmitry Monakhov1-0/+2
2010-04-12ext2: symlink must be handled via filesystem specific operationDmitry Monakhov1-0/+2
2010-04-12NFSv4: fix delegated lockingTrond Myklebust2-2/+5
2010-04-12nilfs2: fix typo "numer" -> "number" in alloc.cRyusuke Konishi1-1/+1
2010-04-09NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptibleTrond Myklebust1-7/+16
2010-04-09NFS: Fix a race with the new commit codeTrond Myklebust1-7/+10
2010-04-09NFS: Ensure that writeback_single_inode() calls write_inode() when syncingTrond Myklebust1-2/+2
2010-04-09NFS: Fix the mode calculation in nfs_find_open_contextTrond Myklebust1-4/+4
2010-04-09NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIRTrond Myklebust1-1/+1