summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu2016-06-022-7/+7
* Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...Feifei Xu2016-06-021-2/+2
* Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason2016-05-261-10/+17
* Merge branch 'cleanups-4.7' into for-chris-4.7-20160525David Sterba2016-05-2536-196/+193
|\
| * btrfs: fix string and comment grammatical issues and typosNicholas D Steeves2016-05-2533-105/+106
| * btrfs: sink gfp parameter to convert_extent_bitDavid Sterba2016-04-293-8/+8
| * btrfs: make state preallocation more speculative in __set_extent_bitDavid Sterba2016-04-291-1/+7
| * btrfs: untangle gotos a bit in convert_extent_bitDavid Sterba2016-04-291-9/+7
| * btrfs: untangle gotos a bit in __clear_extent_bitDavid Sterba2016-04-291-8/+8
| * btrfs: untangle gotos a bit in __set_extent_bitDavid Sterba2016-04-291-8/+7
| * btrfs: sink gfp parameter to set_record_extent_bitsDavid Sterba2016-04-293-7/+4
| * btrfs: sink gfp parameter to set_extent_newDavid Sterba2016-04-292-3/+4
| * btrfs: sink gfp parameter to set_extent_defragDavid Sterba2016-04-292-3/+3
| * btrfs: sink gfp parameter to set_extent_delallocDavid Sterba2016-04-293-6/+6
| * btrfs: sink gfp parameter to clear_extent_dirtyDavid Sterba2016-04-293-4/+4
| * btrfs: sink gfp parameter to clear_record_extent_bitsDavid Sterba2016-04-293-8/+5
| * btrfs: sink gfp parameter to clear_extent_bitsDavid Sterba2016-04-299-16/+15
| * btrfs: sink gfp parameter to set_extent_bitsDavid Sterba2016-04-296-11/+10
* | btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei2016-05-251-1/+2
* | Btrfs: fix unexpected return value of fiemapLiu Bo2016-05-251-1/+5
* | Btrfs: free sys_array eb as soon as possibleLiu Bo2016-05-251-2/+2
* | 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
| * | proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-05-051-1/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-05-051-11/+14
| |\ \
| | * | propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman2016-05-051-11/+14
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-05-031-1/+1
| |\ \
| | * | fuse: Fix return value from fuse_get_user_pages()Ashish Samant2016-04-251-1/+1
| | |/
| * | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-05-023-5/+17
| |\ \
| | * | udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov2016-04-253-5/+17
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-04-292-3/+32
| |\ \ \
| | * | | ocfs2/dlm: return zero if deref_done message is successfully handledxuejiufei2016-04-281-0/+2
| | * | | numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-04-281-3/+30
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-04-281-4/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-04-251-4/+2
| | | |/ | | |/|
| * / | devpts: more pty driver interface cleanupsLinus Torvalds2016-04-261-41/+12
| |/ /
* | | Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba2016-05-162-1059/+1
|\ \ \