summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | f2fs: avoid writing 0'th page in volatile writesJaegeuk Kim2016-04-261-2/+4
| * | | | f2fs: avoid needless lock for node pages when fsyncing a fileJaegeuk Kim2016-04-261-3/+7
| * | | | f2fs: flush dirty pages before starting atomic writesJaegeuk Kim2016-04-151-1/+10
| * | | | f2fs: don't invalidate atomic page if successfulJaegeuk Kim2016-04-151-2/+3
| * | | | f2fs: give -E2BIG for no space in xattrJaegeuk Kim2016-04-151-1/+1
| * | | | f2fs: remove redundant condition checkJaegeuk Kim2016-04-152-2/+2
| * | | | f2fs: unset atomic/volatile flag in f2fs_release_fileJaegeuk Kim2016-04-152-3/+4
| * | | | f2fs: fix dropping inmemory pages in a wrong timeJaegeuk Kim2016-04-151-0/+8
| * | | | f2fs: add BUG_ON to avoid unnecessary flowJaegeuk Kim2016-04-151-5/+2
| * | | | f2fs: use PGP_LOCK to check its truncationJaegeuk Kim2016-04-151-7/+2
| * | | | f2fs: fix to convert inline directory correctlyChao Yu2016-04-154-43/+144
| * | | | f2fs: show current mount statusJaegeuk Kim2016-04-151-2/+3
| * | | | f2fs: treat as a normal umount when remounting roJaegeuk Kim2016-04-151-8/+10
| * | | | f2fs: give -EINVAL for norecovery and rw mountJaegeuk Kim2016-04-153-7/+20
| * | | | f2fs: recover superblock at RW remountsJaegeuk Kim2016-04-152-9/+28
| * | | | f2fs: give RO message when recovering superblockJaegeuk Kim2016-04-151-1/+4
* | | | | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-2130-1794/+2678
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-17419-2272/+4862
| |\ \ \ \ \
| | * | | | | Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana2016-05-133-118/+77
| | * | | | | Btrfs: fix race between block group relocation and nocow writesFilipe Manana2016-05-134-1/+81
| | * | | | | Btrfs: fix race between fsync and direct IO writes for prealloc extentsFilipe Manana2016-05-131-6/+37
| | * | | | | Btrfs: fix number of transaction units for renames with whiteoutFilipe Manana2016-05-131-1/+8
| | * | | | | Btrfs: pin logs earlier when doing a rename exchange operationFilipe Manana2016-05-131-4/+4
| | * | | | | Btrfs: unpin logs if rename exchange operation failsFilipe Manana2016-05-131-2/+36
| | * | | | | Btrfs: fix inode leak on failure to setup whiteout inode in renameFilipe Manana2016-05-131-6/+6
| | * | | | | btrfs: add support for RENAME_EXCHANGE and RENAME_WHITEOUTDan Fuhry2016-05-131-7/+257
| | * | | | | Btrfs: pin log earlier when renamingFilipe Manana2016-05-131-9/+2
| | * | | | | Btrfs: unpin log if rename operation failsFilipe Manana2016-05-131-1/+27
| | * | | | | Btrfs: don't do unnecessary delalloc flushes when relocatingFilipe Manana2016-05-134-7/+79
| | * | | | | Btrfs: don't wait for unrelated IO to finish before relocationFilipe Manana2016-05-138-19/+38
| | * | | | | Btrfs: fix empty symlink after creating symlink and fsync parent dirFilipe Manana2016-05-131-1/+1
| | * | | | | Btrfs: fix for incorrect directory entries after fsync log replayFilipe Manana2016-05-131-5/+8
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-1727-1661/+2071
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba2016-05-164-1064/+1135
| | |\ \ \ \ \
| | | * | | | | btrfs: uapi/linux/btrfs_tree.h, use __u8 and __u64Jeff Mahoney2016-04-281-26/+26
| | | * | | | | btrfs: uapi/linux/btrfs_tree.h migration, item types and definesJeff Mahoney2016-04-282-948/+967
| | | * | | | | btrfs: uapi/linux/btrfs.h migration, move struct btrfs_ioctl_defrag_range_argsJeff Mahoney2016-04-282-32/+37
| | | * | | | | btrfs: uapi/linux/btrfs.h migration, move balance flagsJeff Mahoney2016-04-282-46/+64
| | | * | | | | btrfs: uapi/linux/btrfs.h migration, move feature flagsJeff Mahoney2016-04-282-25/+31
| | | * | | | | btrfs: uapi/linux/btrfs.h migration, document subvol flagsJeff Mahoney2016-04-281-3/+14
| | | * | | | | btrfs: uapi/linux/btrfs.h migration, qgroup limit flagsJeff Mahoney2016-04-282-9/+21
| | | * | | | | btrfs: uapi/linux/btrfs.h migration, move BTRFS_LABEL_SIZEJeff Mahoney2016-04-282-1/+1
| | |/ / / / / | |/| | | | |
| | * | | | | Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba2016-05-166-242/+324
| | |\ \ \ \ \
| | | * | | | | btrfs: cleanup assigning next active device with a checkAnand Jain2016-05-043-22/+48
| | | * | | | | btrfs: s_bdev is not null after missing replaceAnand Jain2016-05-042-3/+6
| | | * | | | | btrfs: refactor btrfs_dev_replace_start for reuseAnand Jain2016-04-283-23/+41
| | | * | | | | btrfs: use fs_info directlyAnand Jain2016-04-281-4/+4
| | | * | | | | btrfs: rename flags for vol args v2David Sterba2016-04-282-7/+8
| | | * | | | | btrfs: rename btrfs_find_device_by_user_inputDavid Sterba2016-04-283-10/+13
| | | * | | | | btrfs: use existing device constraints table btrfs_raid_arrayDavid Sterba2016-04-281-14/+9