summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-03-14xfs: remove the unused log_flushed variable in xfs_extent_busy_flushChristoph Hellwig1-2/+2
2018-03-14xfs: remove an outdated comment for xfs_inode_item_committingChristoph Hellwig1-4/+0
2018-03-14xfs: remove misleading comment text on xfs_inode_item_unlockChristoph Hellwig1-3/+0
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster5-12/+46
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster4-34/+33
2018-03-11xfs: account format bouncing into rmapbt swapext tx reservationBrian Foster1-9/+20
2018-03-11xfs: shutdown if block allocation overruns tx reservationBrian Foster1-4/+8
2018-03-11xfs: Rename xa_ elements to ail_Matthew Wilcox10-174/+175
2018-03-11inode: don't memset the inode address space twiceDave Chinner1-3/+8
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner5-23/+31
2018-03-11xfs: check for cow blocks before trying to clear themDarrick J. Wong2-9/+5
2018-03-11xfs: convert a few more directory asserts to corruptionDarrick J. Wong2-3/+5
2018-03-11xfs: don't iunlock the quota ip when quota blockDarrick J. Wong1-2/+0
2018-03-11xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel1-1/+1
2018-03-11xfs: fix transaction allocation deadlock in IO pathDave Chinner2-3/+4
2018-03-11xfs: implement the lazytime mount optionChristoph Hellwig3-1/+49
2018-03-11fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_syncChristoph Hellwig2-6/+1
2018-03-11xfs: Remove dead code from inode recover functionNikolay Borisov1-7/+0
2018-03-11Cleanup old XFS_BTREE_* tracesCarlos Maiolino7-164/+14
2018-03-11xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen3-12/+0
2018-03-11xfs: fall back to vmalloc when allocation log vector buffersDave Chinner3-5/+11
2018-03-09Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-68/+228
2018-03-09Merge tag 'xfs-4.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-12/+30
2018-03-07gfs2: Fixes to "Implement iomap for block_map" (2)Andreas Gruenbacher1-3/+0
2018-03-07ovl: update Kconfig textsMiklos Szeredi1-0/+14
2018-03-04Merge tag 'for-4.16-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-47/+191
2018-03-02Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds4-38/+45
2018-03-02Merge tag 'for-linus-20180302' of git://git.kernel.dk/linux-blockLinus Torvalds2-19/+33
2018-03-01xfs: don't block on the ilock for RWF_NOWAITChristoph Hellwig1-8/+19
2018-03-01xfs: don't start out with the exclusive ilock for direct I/OChristoph Hellwig1-4/+2
2018-03-01xfs: don't allocate COW blocks for zeroing holes or unwritten extentsChristoph Hellwig1-1/+10
2018-03-01ceph: fix potential memory leak in init_caches()Chengguang Xu1-3/+6
2018-03-01Btrfs: fix log replay failure after unlink and link combinationFilipe Manana3-22/+139
2018-03-01Btrfs: fix log replay failure after linking special file and fsyncFilipe Manana1-1/+1
2018-03-01Btrfs: send, fix issuing write op when processing hole in no data modeFilipe Manana1-0/+3
2018-03-01btrfs: use proper endianness accessors for super_copyAnand Jain2-13/+15
2018-03-01btrfs: alloc_chunk: fix DUP stripe size handlingHans van Kranenburg1-5/+6
2018-03-01btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_clusterNikolay Borisov1-2/+16
2018-03-01btrfs: handle failure of add_pending_csumsNikolay Borisov1-2/+9
2018-03-01btrfs: use kvzalloc to allocate btrfs_fs_infoJeff Mahoney2-2/+2
2018-02-28Merge tag 'xfs-4.16-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-5/+13
2018-02-26xfs: fix potential memory leak in mount option parsingChengguang Xu1-0/+2
2018-02-26blockdev: Avoid two active bdev inodes for one deviceJan Kara1-2/+23
2018-02-26genhd: Fix use after free in __blkdev_get()Jan Kara1-2/+5
2018-02-26genhd: Add helper put_disk_and_module()Jan Kara1-14/+5
2018-02-26direct-io: Fix sleep in atomic due to sync AIOJan Kara1-2/+1
2018-02-26ovl: redirect_dir=nofollow should not follow redirect for opaque lowerVivek Goyal1-3/+3
2018-02-26ceph: fix dentry leak when failing to init debugfsChengguang Xu1-11/+5
2018-02-26libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu1-0/+2
2018-02-26ceph: flush dirty caps of unlinked inode ASAPZhi Zhang3-24/+32