aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik4-10/+25
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik10-28/+130
2020-12-08btrfs: show rescue=usebackuproot in /proc/mountsJosef Bacik2-6/+2
2020-12-08btrfs: add a helper to print out rescue= optionsJosef Bacik1-1/+8
2020-12-08btrfs: sysfs: export supported rescue= mount optionsJosef Bacik1-0/+22
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik3-12/+17
2020-12-08btrfs: unify the ro checking for mount optionsJosef Bacik1-7/+16
2020-12-08btrfs: do not start readahead for csum tree when scrubbing non-data block groupsFilipe Manana1-8/+12
2020-12-08btrfs: assert we are holding the reada_lock when releasing a readahead zoneFilipe Manana1-0/+2
2020-12-08btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Goldwyn Rodrigues3-18/+12
2020-12-08btrfs: use round_down while calculating start position in btrfs_dirty_pages()Goldwyn Rodrigues1-1/+1
2020-12-08btrfs: use iosize while reading compressed pagesGoldwyn Rodrigues1-7/+3
2020-12-08btrfs: calculate num_pages, reserve_bytes once in btrfs_buffered_writeGoldwyn Rodrigues1-22/+12
2020-12-08btrfs: calculate more accurate remaining time to sleep in transaction_kthreadNikolay Borisov1-1/+3
2020-12-08btrfs: record delta directly in transaction_kthreadNikolay Borisov1-3/+3
2020-12-08btrfs: remove redundant time check in transaction kthread loopNikolay Borisov1-2/+1
2020-12-08erofs: simplify try_to_claim_pcluster()Gao Xiang1-27/+24
2020-12-08erofs: insert to managed cache after adding to pclGao Xiang1-17/+9
2020-12-08erofs: get rid of magical Z_EROFS_MAPPING_STAGINGGao Xiang4-40/+71
2020-12-08erofs: remove a void EROFS_VERSION macro set in MakefileVladimir Zapolskiy1-5/+0
2020-12-07f2fs: introduce max_io_bytes, a sysfs entry, to limit bio sizeJaegeuk Kim3-0/+6
2020-12-07f2fs: don't allow any writes on readonly mountJaegeuk Kim1-1/+2
2020-12-07io_uring: fix mis-seting personality's credsPavel Begunkov1-1/+1
2020-12-07btrfs: use helpers to convert from seconds to jiffies in transaction_kthreadNikolay Borisov1-2/+2
2020-12-07btrfs: sysfs: export filesystem generationAnand Jain1-0/+10
2020-12-06coredump: fix core_pattern parse errorMenglong Dong1-1/+2
2020-12-05Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-12-05Merge tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-37/+41
2020-12-04net: Remove the err argument from sock_from_fileFlorent Revest2-10/+9
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-3/+4
2020-12-04fs, close_range: add flag CLOSE_RANGE_CLOEXECGiuseppe Scrivano1-10/+34
2020-12-03cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2-34/+37
2020-12-03cifs: add NULL check for ses->tcon_ipcAurelien Aptel1-1/+2
2020-12-03smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon1-2/+2
2020-12-03Merge tag '9p-for-5.10-rc7' of git://github.com/martinetd/linuxLinus Torvalds1-0/+12
2020-12-03gfs2: in signal_our_withdraw wait for unfreeze of _this_ fs onlyBob Peterson1-1/+1
2020-12-03gfs2: Remove sb_start_write from gfs2_statfs_syncBob Peterson1-2/+0
2020-12-03ext4: simplify the code of mb_find_order_for_blockChunguang Xu1-7/+3
2020-12-03ext4: remove redundant mb_regenerate_buddy()Chunguang Xu1-19/+0
2020-12-03inotify: convert to handle_inode_event() interfaceAmir Goldstein3-54/+14
2020-12-03ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu7-18/+24
2020-12-03ext4: print quota journalling mode on (re-)mountRoman Anufriev1-3/+20
2020-12-03ext4: add helpers for checking whether quota can be enabled/is journalledRoman Anufriev3-10/+19
2020-12-03ext4: remove redundant assignment of variable exColin Ian King1-1/+0
2020-12-03ext4: remove the null check of bio_vec pageXianting Tian1-3/+0
2020-12-03ext4: remove redundant operation that set bh to NULLKaixu Xia1-2/+0
2020-12-03fsnotify: generalize handle_inode_event()Amir Goldstein3-9/+26
2020-12-03openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOTAleksa Sarai1-0/+4
2020-12-03f2fs: avoid race condition for shrinker countJaegeuk Kim6-24/+36
2020-12-03f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILEDaeho Jeong1-0/+185