| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-08-06 | 12 | -169/+282 |
|\ |
|
| * | ext4: fix copy paste error in ext4_swap_extents() | Maninder Singh | 2017-08-06 | 1 | -1/+1 |
| * | ext4: fix overflow caused by missing cast in ext4_resize_fs() | Jerry Lee | 2017-08-06 | 1 | -1/+2 |
| * | ext4, project: expand inode extra size if possible | Miao Xie | 2017-08-06 | 3 | -24/+85 |
| * | ext4: cleanup ext4_expand_extra_isize_ea() | Miao Xie | 2017-08-06 | 1 | -9/+5 |
| * | ext4: restructure ext4_expand_extra_isize | Miao Xie | 2017-08-06 | 2 | -40/+36 |
| * | ext4: fix forgetten xattr lock protection in ext4_expand_extra_isize | Miao Xie | 2017-08-06 | 2 | -12/+16 |
| * | ext4: make xattr inode reads faster | Tahsin Erdogan | 2017-08-06 | 4 | -48/+92 |
| * | ext4: inplace xattr block update fails to deduplicate blocks | Tahsin Erdogan | 2017-08-05 | 1 | -3/+1 |
| * | ext4: remove unused mode parameter | Tahsin Erdogan | 2017-08-05 | 1 | -5/+4 |
| * | ext4: fix warning about stack corruption | Arnd Bergmann | 2017-08-05 | 1 | -5/+6 |
| * | ext4: fix dir_nlink behaviour | Andreas Dilger | 2017-08-05 | 2 | -10/+14 |
| * | ext4: silence array overflow warning | Dan Carpenter | 2017-08-05 | 1 | -1/+1 |
| * | ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize | Jan Kara | 2017-08-05 | 1 | -0/+3 |
| * | ext4: release discard bio after sending discard commands | Daeho Jeong | 2017-08-05 | 1 | -1/+3 |
| * | ext4: convert swap_inode_data() over to use swap() on most of the fields | Jeff Layton | 2017-07-31 | 1 | -10/+8 |
| * | ext4: error should be cleared if ea_inode isn't added to the cache | Emoly Liu | 2017-07-31 | 1 | -0/+1 |
| * | ext4: Don't clear SGID when inheriting ACLs | Jan Kara | 2017-07-30 | 1 | -13/+15 |
| * | ext4: preserve i_mode if __ext4_set_acl() fails | Ernesto A. Fernández | 2017-07-30 | 1 | -4/+11 |
| * | ext4: remove unused metadata accounting variables | Eric Whitney | 2017-07-30 | 2 | -6/+2 |
| * | ext4: correct comment references to ext4_ext_direct_IO() | Eric Whitney | 2017-07-30 | 1 | -2/+2 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-08-03 | 2 | -12/+17 |
|\ \ |
|
| * | | ocfs2: don't clear SGID when inheriting ACLs | Jan Kara | 2017-08-02 | 1 | -12/+12 |
| * | | userfaultfd: non-cooperative: flush event_wqh at release time | Mike Rapoport | 2017-08-02 | 1 | -0/+3 |
| * | | userfaultfd_zeropage: return -ENOSPC in case mm has gone | Mike Rapoport | 2017-08-02 | 1 | -0/+2 |
| |/ |
|
* | | Merge tag 'nfs-for-4.13-4' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-08-02 | 3 | -24/+8 |
|\ \
| |/
|/| |
|
| * | NFSv4: Fix double frees in nfs4_test_session_trunk() | Trond Myklebust | 2017-08-02 | 2 | -16/+3 |
| * | NFSv4: Fix EXCHANGE_ID corrupt verifier issue | Trond Myklebust | 2017-08-01 | 2 | -8/+5 |
* | | Merge tag 'nfs-for-4.13-3' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-07-28 | 2 | -6/+12 |
|\ \
| |/ |
|
| * | NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter | Benjamin Coddington | 2017-07-28 | 1 | -1/+1 |
| * | NFS: Optimize fallocate by refreshing mapping when needed. | NeilBrown | 2017-07-27 | 1 | -0/+2 |
| * | NFS: invalidate file size when taking a lock. | NeilBrown | 2017-07-27 | 1 | -1/+1 |
| * | NFS: Use raw NFS access mask in nfs4_opendata_access() | Anna Schumaker | 2017-07-26 | 1 | -4/+8 |
* | | Merge tag 'xfs-4.13-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2017-07-28 | 6 | -3/+39 |
|\ \ |
|
| * | | xfs: fix multi-AG deadlock in xfs_bunmapi | Christoph Hellwig | 2017-07-26 | 1 | -0/+12 |
| * | | xfs: check that dir block entries don't off the end of the buffer | Darrick J. Wong | 2017-07-25 | 1 | -0/+4 |
| * | | xfs: fix quotacheck dquot id overflow infinite loop | Brian Foster | 2017-07-24 | 1 | -0/+3 |
| * | | xfs: check _alloc_read_agf buffer pointer before using | Darrick J. Wong | 2017-07-20 | 2 | -0/+6 |
| * | | xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write | Darrick J. Wong | 2017-07-20 | 2 | -1/+10 |
| * | | xfs: check _btree_check_block value | Darrick J. Wong | 2017-07-20 | 1 | -2/+4 |
* | | | Merge branch 'for-4.13-part3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-28 | 3 | -10/+8 |
|\ \ \ |
|
| * | | | btrfs: round down size diff when shrinking/growing device | Nikolay Borisov | 2017-07-24 | 1 | -2/+2 |
| * | | | Btrfs: fix early ENOSPC due to delalloc | Omar Sandoval | 2017-07-24 | 1 | -4/+0 |
| * | | | btrfs: fix lockup in find_free_extent with read-only block groups | Jeff Mahoney | 2017-07-24 | 1 | -2/+5 |
| * | | | Btrfs: fix dir item validation when replaying xattr deletes | Filipe Manana | 2017-07-19 | 1 | -2/+1 |
* | | | | Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2017-07-25 | 3 | -12/+20 |
|\ \ \ \ |
|
| * | | | | jfs: preserve i_mode if __jfs_set_acl() fails | Ernesto A. Fernández | 2017-07-18 | 1 | -4/+11 |
| * | | | | jfs: Don't clear SGID when inheriting ACLs | Jan Kara | 2017-07-18 | 1 | -7/+8 |
| * | | | | jfs: atomically read inode size | Fabian Frederick | 2017-02-09 | 2 | -4/+4 |
* | | | | | Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-07-21 | 7 | -33/+69 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|