summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-12-08btrfs: send: use helpers to access root_item::ctransidDavid Sterba
2020-12-08btrfs: generate lockdep keyset names at compile timeDavid Sterba
2020-12-08btrfs: use the right number of levels for lockdep keysetsDavid Sterba
2020-12-08btrfs: remove dio iomap DSYNC workaroundGoldwyn Rodrigues
2020-12-08btrfs: call iomap_dio_complete() without inode_lockGoldwyn Rodrigues
2020-12-08btrfs: remove btrfs_inode::dio_semGoldwyn Rodrigues
2020-12-08btrfs: use shared lock for direct writes within EOFGoldwyn Rodrigues
2020-12-08btrfs: push inode locking and unlocking into buffered/direct writeGoldwyn Rodrigues
2020-12-08btrfs: introduce btrfs_inode_lock()/unlock()Goldwyn Rodrigues
2020-12-08btrfs: introduce btrfs_write_check()Goldwyn Rodrigues
2020-12-08btrfs: check FS error state bit early during writeGoldwyn Rodrigues
2020-12-08btrfs: move pos increment and pagecache extension to btrfs_buffered_writeGoldwyn Rodrigues
2020-12-08btrfs: split btrfs_direct_IO to read and writeGoldwyn Rodrigues
2020-12-08btrfs: sysfs: add per-fs attribute for read policyAnand Jain
2020-12-08btrfs: create read policy frameworkAnand Jain
2020-12-08btrfs: add helper for string match ignoring leading/trailing whitespaceAnand Jain
2020-12-08btrfs: do not start and wait for delalloc on snapshot roots on transaction co...Filipe Manana
2020-12-08btrfs: switch extent buffer tree lock to rw_semaphoreJosef Bacik
2020-12-08btrfs: open code insert_orphan_itemNikolay Borisov
2020-12-08btrfs: introduce mount option rescue=allJosef Bacik
2020-12-08btrfs: introduce mount option rescue=ignoredatacsumsJosef Bacik
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik
2020-12-08btrfs: show rescue=usebackuproot in /proc/mountsJosef Bacik
2020-12-08btrfs: add a helper to print out rescue= optionsJosef Bacik
2020-12-08btrfs: sysfs: export supported rescue= mount optionsJosef Bacik
2020-12-08btrfs: push the NODATASUM check into btrfs_lookup_bio_sumsJosef Bacik
2020-12-08btrfs: unify the ro checking for mount optionsJosef Bacik
2020-12-08btrfs: do not start readahead for csum tree when scrubbing non-data block groupsFilipe Manana
2020-12-08btrfs: assert we are holding the reada_lock when releasing a readahead zoneFilipe Manana
2020-12-08btrfs: set EXTENT_NORESERVE bits side btrfs_dirty_pages()Goldwyn Rodrigues
2020-12-08btrfs: use round_down while calculating start position in btrfs_dirty_pages()Goldwyn Rodrigues
2020-12-08btrfs: use iosize while reading compressed pagesGoldwyn Rodrigues
2020-12-08btrfs: calculate num_pages, reserve_bytes once in btrfs_buffered_writeGoldwyn Rodrigues
2020-12-08btrfs: calculate more accurate remaining time to sleep in transaction_kthreadNikolay Borisov
2020-12-08btrfs: record delta directly in transaction_kthreadNikolay Borisov
2020-12-08btrfs: remove redundant time check in transaction kthread loopNikolay Borisov
2020-12-07btrfs: use helpers to convert from seconds to jiffies in transaction_kthreadNikolay Borisov
2020-12-07btrfs: sysfs: export filesystem generationAnand Jain
2020-12-06coredump: fix core_pattern parse errorMenglong Dong
2020-12-05Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-05Merge tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-12-03cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg
2020-12-03cifs: add NULL check for ses->tcon_ipcAurelien Aptel
2020-12-03smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon
2020-12-03Merge tag '9p-for-5.10-rc7' of git://github.com/martinetd/linuxLinus Torvalds
2020-12-02Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-01fs: 9p: add generic splice_write file operationDominique Martinet
2020-12-01fs: 9p: add generic splice_read file operationsToke Høiland-Jørgensen
2020-12-01gfs2: Fix deadlock between gfs2_{create_inode,inode_lookup} and delete_work_funcAndreas Gruenbacher
2020-11-30cifs: fix potential use-after-free in cifs_echo_request()Paulo Alcantara