summaryrefslogtreecommitdiffstats
path: root/crypto/lzo.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-23Btrfs: don't do nocow check unless we have toJosef Bacik1-22/+22
2016-06-23btrfs: fix deadlock in delayed_ref_async_startChris Mason1-9/+11
2016-06-23Btrfs: track transid for delayed ref flushingJosef Bacik4-5/+16
2016-06-17Btrfs: btrfs_check_super_valid: Allow 4096 as stripesizeChandan Rajendra1-1/+2
2016-06-17btrfs: remove build fixup for qgroup_account_snapshotDavid Sterba1-5/+0
2016-06-17btrfs: use new error message helper in qgroup_account_snapshotDavid Sterba1-1/+1
2016-06-17btrfs: avoid blocking open_ctree from cleaner_kthreadZygo Blaxell2-15/+12
2016-06-17Btrfs: don't BUG_ON() in btrfs_orphan_addJosef Bacik1-1/+10
2016-06-17btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney4-4/+7
2016-06-17Btrfs: check if extent buffer is aligned to sectorsizeLiu Bo6-15/+28
2016-06-17btrfs: Use correct format specifierHeinrich Schuchardt1-1/+1
2016-06-06Btrfs: self-tests: Fix extent buffer bitmap test fail on BE systemFeifei Xu1-1/+11
2016-06-06Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsizeFeifei Xu1-1/+7
2016-06-06Btrfs: self-tests: Use macros instead of constants and add missing newlineFeifei Xu3-18/+31
2016-06-06Btrfs: self-tests: Support testing all possible sectorsizes and nodesizesFeifei Xu1-22/+32
2016-06-06Btrfs: self-tests: Execute page straddling test only when nodesize < PAGE_SIZEFeifei Xu1-19/+30
2016-06-06btrfs: advertise which crc32c implementation is being used at module loadJeff Mahoney3-2/+9
2016-06-06Btrfs: add validadtion checks for chunk loadingLiu Bo1-15/+67
2016-06-06Btrfs: add more validation checks for superblockLiu Bo2-0/+35
2016-06-06Btrfs: clear uptodate flags of pages in sys_array ebLiu Bo1-0/+2
2016-06-03Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extentChris Mason1-1/+12
2016-06-02Btrfs: self-tests: Support non-4k page sizeFeifei Xu15-291/+355
2016-06-02Btrfs: Fix integer overflow when calculating bytes_per_bitmapFeifei Xu2-7/+7
2016-06-02Btrfs: test_check_exists: Fix infinite loop when searching for free space ent...Feifei Xu1-2/+2
2016-06-01Btrfs: end transaction if we abort when creating uuid rootJosef Bacik1-0/+1
2016-05-31Btrfs: fix race between device replace and read repairFilipe Manana1-0/+10
2016-05-31Btrfs: fix race between device replace and discardFilipe Manana1-0/+6
2016-05-30Btrfs: fix race between device replace and chunk allocationFilipe Manana1-12/+9
2016-05-30Btrfs: fix race setting block group back to RW mode during device replaceFilipe Manana1-5/+5
2016-05-30Btrfs: fix unprotected assignment of the left cursor for device replaceFilipe Manana1-0/+4
2016-05-30Btrfs: fix race setting block group readonly during device replaceFilipe Manana3-2/+46
2016-05-30Btrfs: fix race between device replace and block group removalFilipe Manana1-0/+11
2016-05-30Btrfs: fix race between readahead and device replace/removalFilipe Manana1-0/+2
2016-05-30btrfs: Use __u64 in exported linux/btrfs.h.Vinson Lee1-1/+1
2016-05-26Btrfs: fix handling of faults from btrfs_copy_from_userChris Mason1-10/+17
2016-05-25btrfs: fix string and comment grammatical issues and typosNicholas D Steeves33-105/+106
2016-05-25btrfs: scrub: Set bbio to NULL before calling btrfs_map_blockZhao Lei1-1/+2
2016-05-25Btrfs: fix unexpected return value of fiemapLiu Bo1-1/+5
2016-05-25Btrfs: free sys_array eb as soon as possibleLiu Bo1-2/+2
2016-05-16btrfs: fix memory leak during RAID 5/6 device replacementScott Talbert1-0/+2
2016-05-13Btrfs: add semaphore to synchronize direct IO writes with fsyncFilipe Manana3-118/+77
2016-05-13Btrfs: fix race between block group relocation and nocow writesFilipe Manana4-1/+81
2016-05-13Btrfs: fix race between fsync and direct IO writes for prealloc extentsFilipe Manana1-6/+37
2016-05-13Btrfs: fix number of transaction units for renames with whiteoutFilipe Manana1-1/+8
2016-05-13Btrfs: pin logs earlier when doing a rename exchange operationFilipe Manana1-4/+4
2016-05-13Btrfs: unpin logs if rename exchange operation failsFilipe Manana1-2/+36
2016-05-13Btrfs: fix inode leak on failure to setup whiteout inode in renameFilipe Manana1-6/+6
2016-05-13btrfs: add support for RENAME_EXCHANGE and RENAME_WHITEOUTDan Fuhry1-7/+257
2016-05-13Btrfs: pin log earlier when renamingFilipe Manana1-9/+2
2016-05-13Btrfs: unpin log if rename operation failsFilipe Manana1-1/+27