summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-02-21ext4: annotate more implicit fall throughsMathieu Malaterre1-0/+6
2019-02-21ext4: annotate implicit fall throughsMathieu Malaterre1-0/+2
2019-02-15ext4: don't update s_rev_level if not requiredAndreas Dilger3-3/+5
2019-02-15jbd2: fold jbd2_superblock_csum_{verify,set} into their callersTheodore Ts'o1-25/+11
2019-02-15jbd2: fix race when writing superblockTheodore Ts'o1-25/+27
2019-02-11ext4: fix crash during online resizingJan Kara1-1/+2
2019-02-11ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOTTheodore Ts'o1-0/+1
2019-02-11ext4: add mask of ext4 flags to swapyangerkun2-1/+8
2019-02-11ext4: update quota information while swapping boot loader inodeyangerkun1-13/+43
2019-02-11ext4: cleanup pagecache before swap i_datayangerkun1-4/+12
2019-02-11ext4: fix check of inode in swap_inode_boot_loaderyangerkun1-9/+13
2019-02-11ext4: unlock unused_pages timely when doing writebackXiaoguang Wang1-4/+5
2019-02-11ext4: cleanup clean_bdev_aliases() callszhangyi (F)3-21/+2
2019-02-11jbd2: discard dirty data when forgetting an un-journalled bufferzhangyi (F)1-4/+38
2019-02-11jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)1-5/+12
2019-02-11ext4: replace opencoded i_writecount usage with inode_is_open_for_write()Nikolay Borisov2-5/+4
2019-02-01jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang2-3/+16
2019-02-01Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o1-9/+4
2019-01-21Merge tag 'pstore-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+4
2019-01-21pstore/ram: Avoid allocation and leak of platform dataKees Cook1-6/+3
2019-01-20Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-10/+35
2019-01-20Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-7/+1
2019-01-20Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+18
2019-01-18btrfs: wakeup cleaner thread when adding delayed iputJosef Bacik3-0/+8
2019-01-18btrfs: run delayed iputs before committingJosef Bacik1-0/+9
2019-01-18btrfs: wait on ordered extents on abort cleanupJosef Bacik1-0/+8
2019-01-18btrfs: handle delayed ref head accounting cleanup in abortJosef Bacik3-7/+10
2019-01-18Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba1-3/+0
2019-01-17Merge tag 'afs-fixes-20190117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-18/+59
2019-01-17pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan1-2/+1
2019-01-17afs: Fix race in async call refcountingDavid Howells1-5/+30
2019-01-17afs: Provide a function to get a ref on a callDavid Howells1-6/+12
2019-01-17afs: Fix key refcounting in file locking codeDavid Howells2-2/+4
2019-01-17afs: Don't set vnode->cb_s_break in afs_validate()Marc Dionne1-1/+0
2019-01-15NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia1-7/+1
2019-01-15blockdev: Fix livelocks on loop deviceJan Kara1-10/+18
2019-01-13Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-13/+64
2019-01-13Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-5/+10
2019-01-13Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-65/+211
2019-01-11Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2-6/+3
2019-01-11cifs: update internal module version numberSteve French1-1/+1
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky4-9/+56
2019-01-11CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky1-17/+34
2019-01-11CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky2-2/+27
2019-01-11cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2-6/+6
2019-01-11cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2-0/+12
2019-01-11cifs: move large array from stack to heapAurelien Aptel2-14/+32
2019-01-11CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky1-1/+1
2019-01-10CIFS: Fix credit computation for compounded requestsPavel Shilovsky1-18/+41
2019-01-10CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky1-2/+0