summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-153-43/+142
| * | | 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-2128-1788/+1530
|\ \ \ \
| * \ \ \ Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-1722-200/+688
| |\ \ \ \
| | * | | | 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 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba2016-05-162-1059/+1
| |\ \ \ \ \
| | * | | | | btrfs: uapi/linux/btrfs_tree.h migration, item types and definesJeff Mahoney2016-04-281-948/+1
| | * | | | | btrfs: uapi/linux/btrfs.h migration, move struct btrfs_ioctl_defrag_range_argsJeff Mahoney2016-04-281-31/+0
| | * | | | | btrfs: uapi/linux/btrfs.h migration, move balance flagsJeff Mahoney2016-04-281-46/+0
| | * | | | | btrfs: uapi/linux/btrfs.h migration, move feature flagsJeff Mahoney2016-04-281-25/+0
| | * | | | | btrfs: uapi/linux/btrfs.h migration, qgroup limit flagsJeff Mahoney2016-04-281-8/+0
| | * | | | | btrfs: uapi/linux/btrfs.h migration, move BTRFS_LABEL_SIZEJeff Mahoney2016-04-281-1/+0
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'foreign/anand/dev-del-by-id-ext' into for-chris-4.7-20160516David Sterba2016-05-165-241/+310
| |\ \ \ \ \
| | * | | | | 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-281-4/+4
| | * | | | | 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
| | * | | | | btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba2016-04-282-1/+16
| | * | | | | btrfs: pass number of devices to btrfs_check_raid_min_devicesDavid Sterba2016-04-281-15/+20
| | * | | | | btrfs: rename __check_raid_min_devicesDavid Sterba2016-04-281-2/+2
| | * | | | | btrfs: optimize check for stale deviceAnand Jain2016-04-281-1/+2
| | * | | | | btrfs: introduce device delete by devidAnand Jain2016-04-283-4/+60
| | * | | | | btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()Anand Jain2016-04-281-64/+13
| | * | | | | btrfs: enhance btrfs_find_device_by_user_input() to check device pathAnand Jain2016-04-282-4/+3
| | * | | | | btrfs: make use of btrfs_find_device_by_user_input()Anand Jain2016-04-281-63/+37
OpenPOWER on IntegriCloud