summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)2019-03-231-25/+22
* ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)2019-03-231-4/+8
* ext4: report real fs size after failed resizeLukas Czerner2019-03-151-1/+5
* ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-03-151-2/+9
* ext4: remove useless ext4_pin_inode()Jason Yan2019-03-141-30/+0
* ext4: avoid panic during forced rebootJan Kara2019-03-141-3/+13
* ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-141-1/+1
* ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-03-141-1/+1
* jbd2: jbd2_get_transaction does not need to return a valueLiu Song2019-03-011-5/+3
* jbd2: fix invalid descriptor block checksumluojiajun2019-03-011-2/+4
* ext4: fix bigalloc cluster freeing when hole punching under loadEric Whitney2019-02-281-7/+10
* ext4: add sysfs attr /sys/fs/ext4/<disk>/journal_taskKonstantin Khlebnikov2019-02-211-0/+13
* ext4: Change debugging support help prefix from EXT4 to Ext4Geert Uytterhoeven2019-02-211-1/+1
* ext4: fix compile error when using BUFFER_TRACEzhangyi (F)2019-02-211-1/+1
* jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)2019-02-211-8/+8
* ext4: fix some error pointer dereferencesDan Carpenter2019-02-211-0/+3
* ext4: annotate more implicit fall throughsMathieu Malaterre2019-02-211-0/+6
* ext4: annotate implicit fall throughsMathieu Malaterre2019-02-211-0/+2
* ext4: don't update s_rev_level if not requiredAndreas Dilger2019-02-143-3/+5
* jbd2: fold jbd2_superblock_csum_{verify,set} into their callersTheodore Ts'o2019-02-141-25/+11
* jbd2: fix race when writing superblockTheodore Ts'o2019-02-141-25/+27
* ext4: fix crash during online resizingJan Kara2019-02-111-1/+2
* ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOTTheodore Ts'o2019-02-111-0/+1
* ext4: add mask of ext4 flags to swapyangerkun2019-02-112-1/+8
* ext4: update quota information while swapping boot loader inodeyangerkun2019-02-111-13/+43
* ext4: cleanup pagecache before swap i_datayangerkun2019-02-111-4/+12
* ext4: fix check of inode in swap_inode_boot_loaderyangerkun2019-02-111-9/+13
* ext4: unlock unused_pages timely when doing writebackXiaoguang Wang2019-02-101-4/+5
* ext4: cleanup clean_bdev_aliases() callszhangyi (F)2019-02-103-21/+2
* jbd2: discard dirty data when forgetting an un-journalled bufferzhangyi (F)2019-02-101-4/+38
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-02-101-5/+12
* ext4: replace opencoded i_writecount usage with inode_is_open_for_write()Nikolay Borisov2019-02-102-5/+4
* jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang2019-01-312-3/+16
* Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o2019-01-311-9/+4
* Merge tag 'pstore-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-211-8/+4
|\
| * pstore/ram: Avoid allocation and leak of platform dataKees Cook2019-01-201-6/+3
| * pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan2019-01-171-2/+1
* | Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-214-10/+35
|\ \
| * | btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik2019-01-183-0/+8
| * | btrfs: run delayed iputs before committingJosef Bacik2019-01-181-0/+9
| * | btrfs: wait on ordered extents on abort cleanupJosef Bacik2019-01-181-0/+8
| * | btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik2019-01-183-7/+10
| * | Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba2019-01-181-3/+0
* | | Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-201-7/+1
|\ \ \
| * | | NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia2019-01-151-7/+1
* | | | Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-201-10/+18
|\ \ \ \
| * | | | blockdev: Fix livelocks on loop deviceJan Kara2019-01-151-10/+18
* | | | | Merge tag 'afs-fixes-20190117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-01-186-18/+59
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | afs: Fix race in async call refcountingDavid Howells2019-01-171-5/+30
| * | | | afs: Provide a function to get a ref on a callDavid Howells2019-01-171-6/+12