summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | f2fs: introduce f2fs_kmalloc to wrap kmallocJaegeuk Kim2016-05-075-5/+10
| * | | | f2fs: add proc entry to show valid block bitmapJaegeuk Kim2016-05-071-1/+31
| * | | | f2fs: introduce macros for proc entriesJaegeuk Kim2016-05-071-11/+14
| * | | | f2fs: factor out fsync inode entry operationsChao Yu2016-05-031-21/+38
| * | | | f2fs: fix to clear page private flagChao Yu2016-05-031-0/+1
| * | | | f2fs: fix to clear private data in pageChao Yu2016-05-031-0/+2
| * | | | f2fs: fix to return 0 if err == -ENOENT in f2fs_readdirYunlong Song2016-04-271-0/+1
| * | | | f2fs: move node pages only in victim section during GCChao Yu2016-04-273-21/+36
| * | | | f2fs: be aware of invalid filename lengthChao Yu2016-04-272-17/+11
| * | | | MAINTAINERS: update my email addressChao Yu2016-04-271-1/+1
| * | | | f2fs: issue cache flush on direct IOJaegeuk Kim2016-04-261-2/+9
| * | | | f2fs: set fsync mark only for the last dnodeJaegeuk Kim2016-04-264-20/+113
| * | | | f2fs: report unwritten status in fsync_node_pagesJaegeuk Kim2016-04-262-8/+9
| * | | | f2fs: split sync_node_pages with fsync_node_pagesJaegeuk Kim2016-04-265-33/+84
| * | | | 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