summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-10-20gfs2: Add fields for statfs info in struct gfs2_log_header_hostAbhi Das
2020-10-20gfs2: Ignore subsequent errors after withdraw in rgrp_go_syncAndreas Gruenbacher
2020-10-20gfs2: Eliminate gl_vmBob Peterson
2020-10-20gfs2: Only access gl_delete for iopen glocksBob Peterson
2020-10-20gfs2: Fix comments to glock_hash_walkBob Peterson
2020-10-15gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson
2020-10-15gfs2: Ignore journal log writes for jdata holesBob Peterson
2020-10-15gfs2: simplify gfs2_block_mapBob Peterson
2020-10-15gfs2: Only set PageChecked if we have a transactionBob Peterson
2020-10-15gfs2: don't lock sd_ail_lock in gfs2_releasepageBob Peterson
2020-10-15gfs2: make gfs2_ail1_empty_one return the count of active itemsBob Peterson
2020-10-15gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson
2020-10-15gfs2: enhance log_blocks trace point to show log blocks freeBob Peterson
2020-10-15gfs2: add missing log_blocks trace points in gfs2_write_revokesBob Peterson
2020-10-15gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parmBob Peterson
2020-10-15gfs2: add validation checks for size of superblockAnant Thazhemadam
2020-10-14gfs2: use-after-free in sysfs deregistrationJamie Iles
2020-10-14gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price
2020-10-14gfs2: use iomap for buffered I/O in ordered and writeback modeChristoph Hellwig
2020-10-14gfs2: call truncate_inode_pages_final for address space glocksBob Peterson
2020-10-14gfs2: simplify the logic in gfs2_evict_inodeBob Peterson
2020-10-14gfs2: factor evict_linked_inode out of gfs2_evict_inodeBob Peterson
2020-10-14gfs2: further simplify gfs2_evict_inode with new func evict_should_deleteBob Peterson
2020-10-14gfs2: factor evict_unlinked_inode out of gfs2_evict_inodeBob Peterson
2020-10-14gfs2: rename variable error to ret in gfs2_evict_inodeBob Peterson
2020-10-14gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin
2020-10-14gfs2: Fix bad comment for trans_drainBob Peterson
2020-10-14gfs2: Make sure we don't miss any delayed withdrawsAndreas Gruenbacher
2020-10-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy
2020-10-08Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells
2020-10-07exfat: fix use of uninitialized spinlock on error pathNamjae Jeon
2020-10-07exfat: fix pointer error checkingTetsuhiro Kohada
2020-10-06splice: teach splice pipe reading about empty pipe buffersLinus Torvalds
2020-10-02Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-02Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2020-10-02Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-01pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds
2020-10-01pipe: Fix memory leaks in create_pipe_files()Qian Cai
2020-09-30btrfs: fix filesystem corruption after a device replaceFilipe Manana
2020-09-30btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik
2020-09-29autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds
2020-09-29io_uring: fix async buffered reads when readahead is disabledio_uring-5.9-2020-10-02Hao Xu
2020-09-28Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-09-28io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe
2020-09-28io_uring: always delete double poll wait entry on matchJens Axboe
2020-09-26Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-25io_uring: ensure async buffered read-retry is setup properlyio_uring-5.9-2020-09-25Jens Axboe
2020-09-25io_uring: don't unconditionally set plug->nowait = trueJens Axboe