aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-08-01xfs: refactor log recovery checkDarrick J. Wong3-2/+11
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong2-3/+3
2018-07-31xfs: avoid COW fork extent lookups in writeback if the fork didn't changeChristoph Hellwig3-7/+38
2018-07-31xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig2-0/+7
2018-07-31xfs: check for unknown v5 feature bits in superblock write verifierDarrick J. Wong1-1/+34
2018-07-31xfs: verify icount in superblock writeDarrick J. Wong3-1/+37
2018-07-31libxfs: add more bounds checking to sb sanity checksBill O'Donnell1-0/+12
2018-07-31xfs: refactor superblock verifiersDarrick J. Wong1-94/+111
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong5-163/+149
2018-07-31NFSv4 client live hangs after live data migration recoveryBill Baker1-1/+8
2018-07-31NFSv4.0 fix client reference leak in callbackOlga Kornievskaia1-3/+8
2018-07-31NFS: silence a harmless uninitialized variable warningDan Carpenter1-1/+1
2018-07-31sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt clonesDave Wysochanski1-1/+1
2018-07-31tracefs: Annotate tracefs_ops with __ro_after_initZubin Mithra1-2/+3
2018-07-30squashfs: more metadata hardeningLinus Torvalds1-0/+2
2018-07-30media: dvb/audio.h: get rid of unused APIsMauro Carvalho Chehab1-3/+0
2018-07-30media: dvb/video.h: get rid of unused APIsMauro Carvalho Chehab1-7/+0
2018-07-30pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter1-1/+1
2018-07-30nfs: Referrals not inheriting proto setting from parentCalum Mackay1-3/+3
2018-07-30nfs: initiate returning delegation when reclaiming one that's been recalledJeff Layton1-0/+4
2018-07-30fs: nfs: Adding new return type vm_fault_tSouptick Joarder1-2/+2
2018-07-30nfs: add error check in nfs_idmap_prepare_message()Chengguang Xu1-0/+2
2018-07-30filesystem-dax: Do not request kaddr and pfn when not requiredHuaisheng Ye1-9/+4
2018-07-30xfs: introduce a new xfs_inode_has_cow_data helperChristoph Hellwig6-12/+18
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig7-23/+23
2018-07-30xfs: simplify xfs_idata_reallocChristoph Hellwig1-36/+19
2018-07-30xfs: remove if_real_bytesChristoph Hellwig4-22/+5
2018-07-30Merge 4.18-rc7 into driver-core-nextGreg Kroah-Hartman77-664/+796
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong5-219/+248
2018-07-29xfs: pass transaction lock while setting up agresv on cyclic metadataDarrick J. Wong9-20/+26
2018-07-29ext4: fix race when setting the bitmap corrupted flagWang Shilong1-11/+11
2018-07-29ext4: reset error code in ext4_find_entry in fallbackEric Sandeen1-0/+1
2018-07-29ext4: handle layout changes to pinned DAX mappingsRoss Zwisler4-0/+68
2018-07-29dax: dax_layout_busy_page() warn on !exceptionalRoss Zwisler1-1/+9
2018-07-29Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds6-33/+35
2018-07-29ext4: use swap macro in mext_page_double_lockGustavo A. R. Silva1-3/+1
2018-07-29sysfs: Fix regression when adding a file to an existing groupTyler Hicks1-1/+1
2018-07-29ext4: check allocation failure when duplicating "data" in ext4_remount()Chengguang Xu1-0/+3
2018-07-29ext4: fix warning message in ext4_enable_quotas()Junichi Uekawa1-3/+3
2018-07-29ext4: super: extend timestamps to 40 bitsArnd Bergmann3-12/+55
2018-07-29jbd2: replace current_kernel_time64 with ktime equivalentArnd Bergmann1-1/+2
2018-07-29ext4: use timespec64 for all inode timesArnd Bergmann2-14/+10
2018-07-29ext4: use ktime_get_real_seconds for i_dtimeArnd Bergmann1-1/+1
2018-07-29ext4: use 64-bit timestamps for mmp_timeArnd Bergmann1-3/+3
2018-07-29ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann1-3/+10
2018-07-29squashfs: be more careful about metadata corruptionLinus Torvalds4-5/+16
2018-07-29ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-07-28f2fs: fix to skip GC if type in SSA and SIT is inconsistentChao Yu1-1/+7
2018-07-28f2fs: try grabbing node page lock aggressively in sync scenarioChao Yu1-1/+3
2018-07-28f2fs: show the fsync_mode=nobarrier mount optionSahitya Tummala1-0/+2