summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ext4: fix dir_nlink behaviourAndreas Dilger2017-08-052-10/+14
| * | | | | ext4: silence array overflow warningDan Carpenter2017-08-051-1/+1
| * | | | | ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-051-0/+3
| * | | | | ext4: release discard bio after sending discard commandsDaeho Jeong2017-08-051-1/+3
| * | | | | ext4: convert swap_inode_data() over to use swap() on most of the fieldsJeff Layton2017-07-311-10/+8
| * | | | | ext4: error should be cleared if ea_inode isn't added to the cacheEmoly Liu2017-07-311-0/+1
| * | | | | ext4: Don't clear SGID when inheriting ACLsJan Kara2017-07-301-13/+15
| * | | | | ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández2017-07-301-4/+11
| * | | | | ext4: remove unused metadata accounting variablesEric Whitney2017-07-302-6/+2
| * | | | | ext4: correct comment references to ext4_ext_direct_IO()Eric Whitney2017-07-301-2/+2
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-08-032-12/+17
|\ \ \ \ \ \
| * | | | | | ocfs2: don't clear SGID when inheriting ACLsJan Kara2017-08-021-12/+12
| * | | | | | userfaultfd: non-cooperative: flush event_wqh at release timeMike Rapoport2017-08-021-0/+3
| * | | | | | userfaultfd_zeropage: return -ENOSPC in case mm has goneMike Rapoport2017-08-021-0/+2
| |/ / / / /
* | | | | | Merge tag 'nfs-for-4.13-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-08-023-24/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | NFSv4: Fix double frees in nfs4_test_session_trunk()Trond Myklebust2017-08-022-16/+3
| * | | | NFSv4: Fix EXCHANGE_ID corrupt verifier issueTrond Myklebust2017-08-012-8/+5
* | | | | Merge tag 'nfs-for-4.13-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-282-6/+12
|\ \ \ \ \ | |/ / / /
| * | | | NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiterBenjamin Coddington2017-07-281-1/+1
| * | | | NFS: Optimize fallocate by refreshing mapping when needed.NeilBrown2017-07-271-0/+2
| * | | | NFS: invalidate file size when taking a lock.NeilBrown2017-07-271-1/+1
| * | | | NFS: Use raw NFS access mask in nfs4_opendata_access()Anna Schumaker2017-07-261-4/+8
* | | | | Merge tag 'xfs-4.13-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-07-286-3/+39
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig2017-07-261-0/+12
| * | | | xfs: check that dir block entries don't off the end of the bufferDarrick J. Wong2017-07-251-0/+4
| * | | | xfs: fix quotacheck dquot id overflow infinite loopBrian Foster2017-07-241-0/+3
| * | | | xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong2017-07-202-0/+6
| * | | | xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong2017-07-202-1/+10
| * | | | xfs: check _btree_check_block valueDarrick J. Wong2017-07-201-2/+4
* | | | | Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-283-10/+8
|\ \ \ \ \
| * | | | | btrfs: round down size diff when shrinking/growing deviceNikolay Borisov2017-07-241-2/+2
| * | | | | Btrfs: fix early ENOSPC due to delallocOmar Sandoval2017-07-241-4/+0
| * | | | | btrfs: fix lockup in find_free_extent with read-only block groupsJeff Mahoney2017-07-241-2/+5
| * | | | | Btrfs: fix dir item validation when replaying xattr deletesFilipe Manana2017-07-191-2/+1
* | | | | | Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2017-07-253-12/+20
|\ \ \ \ \ \
| * | | | | | jfs: preserve i_mode if __jfs_set_acl() failsErnesto A. Fernández2017-07-181-4/+11
| * | | | | | jfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-181-7/+8
| * | | | | | jfs: atomically read inode sizeFabian Frederick2017-02-092-4/+4
* | | | | | | Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-217-33/+69
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | NFS/filelayout: Fix racy setting of fl->dsaddr in filelayout_check_deviceid()Trond Myklebust2017-07-211-2/+11
| * | | | | | NFS: Be more careful about mapping file permissionsTrond Myklebust2017-07-211-8/+17
| * | | | | | NFS: Store the raw NFS access mask in the inode's access cacheTrond Myklebust2017-07-211-3/+6
| * | | | | | NFSv3: Convert nfs3_proc_access() to use nfs_access_set_mask()Trond Myklebust2017-07-211-9/+2
| * | | | | | NFS: Refactor NFS access to kernel access mask calculationTrond Myklebust2017-07-211-8/+23
| * | | | | | nfs: count correct array for mnt3_counts array sizeEryu Guan2017-07-211-1/+1
| * | | | | | Revert commit 722f0b891198 ("pNFS: Don't send COMMITs to the DSes if...")Trond Myklebust2017-07-191-7/+0
| * | | | | | pNFS/flexfiles: Handle expired layout segments in ff_layout_initiate_commit()Trond Myklebust2017-07-191-0/+4
| * | | | | | NFS: Fix another COMMIT race in pNFSTrond Myklebust2017-07-191-1/+6
| * | | | | | NFS: Fix a COMMIT race in pNFSTrond Myklebust2017-07-191-3/+7
| * | | | | | mount: copy the port field into the cloned nfs_server structure.Steve Dickson2017-07-191-0/+1
OpenPOWER on IntegriCloud