summaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-23btrfs: relocation: set trans to be NULL after ending transactionPan Bian1-0/+1
2018-11-22Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana1-1/+2
2018-11-21Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko1-3/+8
2018-11-14Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1
2018-11-13Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana1-0/+24
2018-11-13btrfs: Always try all copies when reading extent buffersNikolay Borisov1-10/+1
2018-11-07Btrfs: fix missing delayed iputs on unmountOmar Sandoval1-36/+15
2018-11-06Btrfs: fix data corruption due to cloning of eof blockFilipe Manana1-2/+10
2018-11-06Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana1-0/+2
2018-11-06Btrfs: fix deadlock on tree root leaf when finding free extentFilipe Manana3-11/+46
2018-11-06btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann1-3/+3
2018-11-06btrfs: tree-checker: Fix misleading group system informationShaokun Zhang1-1/+1
2018-11-06Btrfs: fix missing data checksums after a ranged fsync (msync)Filipe Manana1-0/+17
2018-11-06btrfs: fix pinned underflow after transaction abortedLu Fengqi1-1/+11
2018-11-06Btrfs: fix cur_offset in the error case for nocowRobbie Ko1-3/+2
2018-10-22Btrfs: fix use-after-free when dumping free spaceFilipe Manana1-0/+2
2018-10-19Btrfs: fix use-after-free during inode evictionFilipe Manana1-1/+3
2018-10-19btrfs: move the dio_sem higher up the callchainJosef Bacik2-2/+12
2018-10-19btrfs: don't run delayed_iputs in commitJosef Bacik1-9/+0
2018-10-19btrfs: fix insert_reserved error handlingJosef Bacik1-8/+4
2018-10-19btrfs: only free reserved extent if we didn't insert itJosef Bacik1-1/+9
2018-10-19btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik1-2/+5
2018-10-19btrfs: set max_extent_size properlyJosef Bacik1-10/+20
2018-10-19btrfs: reset max_extent_size properlyJosef Bacik1-0/+2
2018-10-19MAINTAINERS: update my email address for btrfsJosef Bacik1-1/+1
2018-10-17btrfs: delayed-ref: extract find_first_ref_head from find_ref_headLu Fengqi1-23/+27
2018-10-17Btrfs: fix deadlock when writing out free space cachesFilipe Manana2-10/+23
2018-10-17Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana1-1/+2
2018-10-17Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana1-0/+1
2018-10-15btrfs: switch return_bigger to bool in find_ref_headLu Fengqi1-5/+6
2018-10-15btrfs: remove fs_info from btrfs_should_throttle_delayed_refsLu Fengqi4-9/+6
2018-10-15btrfs: remove fs_info from btrfs_check_space_for_delayed_refsLu Fengqi4-7/+6
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_delayed_ref_lockLu Fengqi3-6/+3
2018-10-15btrfs: delayed-ref: pass delayed_refs directly to btrfs_select_ref_headLu Fengqi3-8/+5
2018-10-15btrfs: qgroup: move the qgroup->members check out from (!qgroup)'s else branchLu Fengqi1-6/+7
2018-10-15btrfs: relocation: Remove redundant tree level checkQu Wenruo1-1/+0
2018-10-15btrfs: relocation: Cleanup while loop using rbtree_postorder_for_each_entry_safeQu Wenruo1-15/+8
2018-10-15btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu Wenruo2-0/+6
2018-10-15Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana1-3/+27
2018-10-15Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana1-10/+32
2018-10-15btrfs: drop min_size from evict_refill_and_joinJosef Bacik1-10/+6
2018-10-15btrfs: assert on non-empty delayed iputsJosef Bacik1-0/+1
2018-10-15btrfs: make sure we create all new block groupsJosef Bacik1-2/+5
2018-10-15btrfs: reset max_extent_size on clear in a bitmapJosef Bacik1-0/+2
2018-10-15btrfs: protect space cache inode alloc with GFP_NOFSJosef Bacik1-0/+8
2018-10-15btrfs: release metadata before running delayed refsJosef Bacik1-3/+3
2018-10-15Btrfs: kill btrfs_clear_path_blockingLiu Bo3-58/+4
2018-10-15btrfs: dev-replace: remove pointless assert in write unlockDavid Sterba1-1/+0
2018-10-15btrfs: dev-replace: move replace members out of fs_infoDavid Sterba3-15/+16
2018-10-15btrfs: dev-replace: avoid useless lock on error handling pathDavid Sterba1-1/+6