summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds38-3190/+2373
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+3
2014-10-04Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-8/+4
2014-10-03ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handleralex chen1-0/+4
2014-10-02CIFS: Fix readpages retrying on reconnectsPavel Shilovsky1-7/+1
2014-10-02Fix problem recognizing symlinksSteve French2-1/+3
2014-10-01Merge branch 'bugfixes' into linux-nextTrond Myklebust6-53/+61
2014-10-01NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2014-09-30nfsd4: fix corruption of NFSv4 read dataJ. Bruce Fields1-1/+2
2014-09-29NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-09-29NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust1-1/+0
2014-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-78/+47
2014-09-27vfs: Don't exchange "short" filenames unconditionally.Mikhail Efremov1-9/+18
2014-09-27fold swapping ->d_name.hash into switch_names()Linus Torvalds1-2/+1
2014-09-27fold unlocking the children into dentry_unlock_parents_for_move()Al Viro1-5/+4
2014-09-27kill __d_materialise_dentry()Al Viro1-44/+10
2014-09-27__d_materialise_dentry(): flip the order of argumentsAl Viro1-24/+20
2014-09-27__d_move(): fold manipulations with ->d_child/->d_subdirsAl Viro1-5/+3
2014-09-27don't open-code d_rehash() in d_materialise_unique()Al Viro1-5/+1
2014-09-27pull rehashing and unlocking the target dentry into __d_materialise_dentry()Al Viro1-7/+4
2014-09-27ufs: deal with nfsd/iget racesAl Viro2-1/+9
2014-09-27fuse: honour max_read and max_write in direct_io modeMiklos Szeredi2-1/+2
2014-09-26fs/cachefiles: add missing \n to kerror conversionsFabian Frederick6-33/+33
2014-09-26mm: softdirty: addresses before VMAs in PTE holes aren't softdirtyPeter Feiner1-9/+18
2014-09-26ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi1-8/+10
2014-09-26nilfs2: fix data loss with mmap()Andreas Rohner1-1/+6
2014-09-26ocfs2: free vol_label in ocfs2_delete_osb()Joseph Qi1-0/+1
2014-09-26NFS: Fabricate fscache server index key correctlyDavid Howells1-2/+1
2014-09-26NFSv3: Fix missing includes of nfs3_fs.hTrond Myklebust2-0/+2
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown1-8/+6
2014-09-25NFS: avoid waiting at all in nfs_release_page when congested.NeilBrown2-2/+12
2014-09-25NFS: avoid deadlocks with loop-back mounted NFS filesystems.NeilBrown2-10/+18
2014-09-25NFS: don't use STABLE writes during writeback.NeilBrown1-2/+5
2014-09-25NFSv4: use exponential retry on NFS4ERR_DELAY for async requests.NeilBrown1-23/+42
2014-09-25lockd: Try to reconnect if statd has movedBenjamin Coddington1-0/+6
2014-09-25Fixing lease renewalOlga Kornievskaia1-0/+1
2014-09-25nfs: fix duplicate proc entriesFabian Frederick1-1/+1
2014-09-23Merge tag 'fscache-fixes-20140917' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-11/+24
2014-09-22Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov1-2/+4
2014-09-21pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripeTrond Myklebust1-3/+6
2014-09-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-21/+19
2014-09-20Merge tag 'nfs-for-3.17-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-36/+42
2014-09-18Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-25/+45
2014-09-18NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-09-18NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson1-18/+20
2014-09-18Revert "Btrfs: device_list_add() should not update list when mounted"Chris Mason1-7/+6
2014-09-18CacheFiles: Handle rename2David Howells1-1/+2
2014-09-18cachefiles: remove two unused pagevecs.NeilBrown1-6/+0
2014-09-18FS-Cache: refcount becomes corrupt under vma pressure.Milosz Tanski1-3/+4
2014-09-17Btrfs: set inode's logged_trans/last_log_commit after ranged fsyncFilipe Manana2-14/+13