summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-07-06NFSv4.2: Fix a race in nfs42_proc_deallocate()Trond Myklebust1-2/+4
2016-07-06NFS: Getattr doesn't require data sync semanticsTrond Myklebust1-3/+1
2016-07-06NFS: Do not aggressively cache file attributes in the case of O_DIRECTTrond Myklebust2-2/+12
2016-07-06NFS: Remove unused function nfs_revalidate_mapping_protected()Trond Myklebust1-34/+4
2016-07-06NFS: Remove redundant waits for O_DIRECT in fsync() and write_begin()Trond Myklebust1-6/+0
2016-07-06NFS: Cleanup nfs_direct_complete()Trond Myklebust1-7/+5
2016-07-06NFS: Do not serialise O_DIRECT reads and writesTrond Myklebust5-37/+173
2016-07-06NFS: Move buffered I/O locking into nfs_file_write()Trond Myklebust1-12/+15
2016-07-06NFS Cleanup: move call to generic_write_checks() into fs/nfs/direct.cTrond Myklebust2-9/+9
2016-07-06NFS: Remove racy size manipulations in O_DIRECTTrond Myklebust1-16/+0
2016-07-06NFS: Ensure we reset the write verifier 'committed' value on resend.Trond Myklebust2-0/+19
2016-07-06NFS: Fix O_DIRECT verifier problemsTrond Myklebust3-3/+16
2016-07-06pNFS: pnfs_layoutcommit_outstanding() is no longer used when !CONFIG_NFS_V4_1Trond Myklebust1-7/+0
2016-07-06pNFS: Ensure we layoutcommit before revalidating attributesTrond Myklebust1-16/+7
2016-07-06pNFS: Files and flexfiles always need to commit before layoutcommitTrond Myklebust5-9/+30
2016-07-06pNFS/flexfiles: Clean up calls to pnfs_set_layoutcommit()Trond Myklebust1-9/+10
2016-07-06pNFS/flexfiles: Fix layoutcommit after a commit to DSTrond Myklebust1-2/+1
2016-07-06pNFS/files: Fix layoutcommit after a commit to DSTrond Myklebust1-2/+1
2016-06-22NFS: Don't call COMMIT in ->releasepage()Trond Myklebust1-23/+0
2016-06-22NFS: Don't hold the inode lock across fsync()Trond Myklebust1-2/+0
2016-06-22NFS: writepage of a single page should not be synchronousTrond Myklebust1-1/+1
2016-06-22NFS: Kill NFS_INO_NFS_INO_FLUSHING: it is a performance killerTrond Myklebust3-20/+0
2016-06-22NFS: Cache aggressively when file is open for writingTrond Myklebust2-29/+46
2016-06-15NFS: Cache access checks more aggressivelyTrond Myklebust1-21/+31
2016-06-13NFS: Don't flush caches for a getattr that races with writebackTrond Myklebust1-6/+9
2016-06-11Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds18-357/+568
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds2-2/+18
2016-06-10ecryptfs: forbid opening files without mmap handlerJann Horn1-2/+11
2016-06-10proc: prevent stacking filesystems on topJann Horn1-0/+7
2016-06-09Merge branch 'misc-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Chris Mason5-17/+114
2016-06-09Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Chris Mason15-340/+454
2016-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-51/+22
2016-06-08coredump: fix dumping through pipesMateusz Guzik3-3/+5
2016-06-08fix a regression in atomic_open()Al Viro1-3/+7
2016-06-08fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+2
2016-06-07mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman1-1/+1
2016-06-07mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman1-1/+3
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu1-1/+11
2016-06-06Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu1-1/+7
2016-06-06Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu3-18/+31
2016-06-06Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu1-22/+32
2016-06-06Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu1-19/+30
2016-06-06btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney3-2/+9
2016-06-06Btrfs: add validadtion checks for chunk loadingLiu Bo1-15/+67
2016-06-06Btrfs: add more validation checks for superblockLiu Bo2-0/+35
2016-06-06Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo1-0/+2
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2-143/+97
2016-06-05autofs braino fix for do_last()Al Viro1-4/+4
2016-06-04Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-18/+103
2016-06-04fix EOPENSTALE bug in do_last()Al Viro1-39/+4