aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05jbd2: Provide trace event for handle restartsJan Kara1-1/+7
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara10-62/+132
2019-11-05jbd2: Make credit checking more strictJan Kara1-1/+1
2019-11-05jbd2: Rename h_buffer_credits to h_total_creditsJan Kara1-15/+15
2019-11-05jbd2: Reserve space for revoke descriptor blocksJan Kara6-12/+79
2019-11-05jbd2: Drop jbd2_space_needed()Jan Kara2-3/+4
2019-11-05jbd2: Account descriptor blocks into t_outstanding_creditsJan Kara3-10/+17
2019-11-05jbd2: Factor out common parts of stopping and restarting a handleJan Kara1-52/+46
2019-11-05jbd2: Drop pointless wakeup from jbd2_journal_stop()Jan Kara1-4/+1
2019-11-05jbd2: Drop pointless check from jbd2_journal_stop()Jan Kara1-5/+2
2019-11-05jbd2: Reorganize jbd2_journal_stop()Jan Kara1-24/+16
2019-11-05jbd2: Fix statistics for the number of logged blocksJan Kara1-1/+3
2019-11-05ocfs2: Use accessor function for h_buffer_creditsJan Kara2-18/+18
2019-11-05ext4, jbd2: Provide accessor function for handle creditsJan Kara3-14/+8
2019-11-05ext4: Provide function to handle transaction restartsJan Kara9-247/+234
2019-11-05ext4: Avoid unnecessary revokes in ext4_alloc_branch()Jan Kara1-9/+19
2019-11-05ext4: Use ext4_journal_extend() instead of jbd2_journal_extend()Jan Kara1-2/+1
2019-11-05ext4: Fix ext4_should_journal_data() for EA inodesJan Kara1-0/+1
2019-11-05ext4: Fix credit estimate for final inode freeingJan Kara1-2/+11
2019-11-05ext4: Do not iput inode under running transactionJan Kara1-6/+23
2019-11-05ext4: Move marking of handle as sync to ext4_add_nondir()Jan Kara1-7/+3
2019-11-05jbd2: Completely fill journal descriptor blocksJan Kara1-1/+12
2019-11-05jbd2: Fixup stale comment in commit codeJan Kara1-2/+1
2019-10-13Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-41/+5
2019-10-13Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+20
2019-10-12tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)1-0/+4
2019-10-12tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down")Steven Rostedt (VMware)1-41/+1
2019-10-11Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-72/+40
2019-10-11Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-40/+57
2019-10-11Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+10
2019-10-10io_uring: fix sequence logic for timeout requestsJens Axboe1-17/+20
2019-10-10NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever1-0/+1
2019-10-10Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds10-31/+29
2019-10-10Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-13/+49
2019-10-10Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-66/+71
2019-10-10Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2019-10-09libfs: take cursors out of list when moving past the end of directoryAl Viro1-24/+25
2019-10-09vfs: add missing blkdev_put() in get_tree_bdev()Ian Kent1-1/+4
2019-10-09io_uring: only flush workqueues on fileset removalJens Axboe1-1/+5
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster4-7/+8
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster1-17/+2
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster2-0/+2
2019-10-09NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust1-42/+0
2019-10-09NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust1-35/+43
2019-10-09CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky1-1/+7
2019-10-09CIFS: Force revalidate inode when dentry is stalePavel Shilovsky1-0/+4
2019-10-09smb3: Fix regression in time handlingSteve French1-8/+16
2019-10-08smb3: remove noisy debug message and minor cleanupSteve French3-9/+6
2019-10-08btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim1-1/+1
2019-10-07io_uring: remove wait loop spurious wakeupsPavel Begunkov1-12/+4