summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Eliminate gl_vmBob Peterson2020-10-203-30/+16
* gfs2: Only access gl_delete for iopen glocksBob Peterson2020-10-201-4/+7
* gfs2: Fix comments to glock_hash_walkBob Peterson2020-10-201-2/+1
* gfs2: eliminate GLF_QUEUED flag in favor of list_empty(gl_holders)Bob Peterson2020-10-153-10/+3
* gfs2: Ignore journal log writes for jdata holesBob Peterson2020-10-151-2/+6
* gfs2: simplify gfs2_block_mapBob Peterson2020-10-151-9/+5
* gfs2: Only set PageChecked if we have a transactionBob Peterson2020-10-151-1/+2
* gfs2: don't lock sd_ail_lock in gfs2_releasepageBob Peterson2020-10-151-3/+0
* gfs2: make gfs2_ail1_empty_one return the count of active itemsBob Peterson2020-10-151-4/+8
* gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipeBob Peterson2020-10-156-12/+86
* gfs2: enhance log_blocks trace point to show log blocks freeBob Peterson2020-10-151-2/+4
* gfs2: add missing log_blocks trace points in gfs2_write_revokesBob Peterson2020-10-151-2/+10
* gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parmBob Peterson2020-10-151-5/+10
* gfs2: add validation checks for size of superblockAnant Thazhemadam2020-10-151-7/+11
* gfs2: use-after-free in sysfs deregistrationJamie Iles2020-10-144-18/+11
* gfs2: Fix NULL pointer dereference in gfs2_rgrp_dumpAndrew Price2020-10-144-9/+15
* gfs2: use iomap for buffered I/O in ordered and writeback modeChristoph Hellwig2020-10-143-34/+57
* gfs2: call truncate_inode_pages_final for address space glocksBob Peterson2020-10-141-1/+6
* gfs2: simplify the logic in gfs2_evict_inodeBob Peterson2020-10-141-9/+4
* gfs2: factor evict_linked_inode out of gfs2_evict_inodeBob Peterson2020-10-141-18/+34
* gfs2: further simplify gfs2_evict_inode with new func evict_should_deleteBob Peterson2020-10-141-45/+77
* gfs2: factor evict_unlinked_inode out of gfs2_evict_inodeBob Peterson2020-10-141-27/+40
* gfs2: rename variable error to ret in gfs2_evict_inodeBob Peterson2020-10-141-18/+18
* gfs2: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-10-141-18/+2
* gfs2: Fix bad comment for trans_drainBob Peterson2020-10-141-1/+1
* gfs2: Make sure we don't miss any delayed withdrawsAndreas Gruenbacher2020-10-143-30/+43
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-10-111-6/+5
|\
| * pipe: Fix memory leaks in create_pipe_files()Qian Cai2020-10-011-6/+5
* | cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy2020-10-101-1/+1
* | Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-085-22/+12
|\ \
| * | exfat: fix use of uninitialized spinlock on error pathNamjae Jeon2020-10-074-15/+6
| * | exfat: fix pointer error checkingTetsuhiro Kohada2020-10-071-7/+6
* | | afs: Fix deadlock between writeback and truncateDavid Howells2020-10-083-9/+50
* | | splice: teach splice pipe reading about empty pipe buffersLinus Torvalds2020-10-061-0/+20
|/ /
* | Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-021-5/+18
|\ \
| * | io_uring: fix async buffered reads when readahead is disabledHao Xu2020-09-291-0/+2
| * | io_uring: fix potential ABBA deadlock in ->show_fdinfo()Jens Axboe2020-09-281-5/+14
| * | io_uring: always delete double poll wait entry on matchJens Axboe2020-09-281-0/+2
* | | Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-10-021-41/+31
|\ \ \
| * | | ep_create_wakeup_source(): dentry name can change under you...Al Viro2020-09-241-3/+4
| * | | epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro2020-09-101-0/+1
| * | | epoll: replace ->visited/visited_list with generation countAl Viro2020-09-101-19/+8
| * | | epoll: do not insert into poll queues until all sanity checks are doneAl Viro2020-09-091-19/+18
* | | | Merge tag 'for-5.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-023-10/+52
|\ \ \ \
| * | | | btrfs: fix filesystem corruption after a device replaceFilipe Manana2020-09-301-1/+39
| * | | | btrfs: move btrfs_rm_dev_replace_free_srcdev outside of all locksJosef Bacik2020-09-302-1/+5
| * | | | btrfs: move btrfs_scratch_superblocks into btrfs_dev_replace_finishingJosef Bacik2020-09-253-9/+9
* | | | | pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds2020-10-012-25/+45
* | | | | autofs: use __kernel_write() for the autofs pipe writingLinus Torvalds2020-09-292-1/+9
* | | | | Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-09-283-22/+34
|\ \ \ \ \