summaryrefslogtreecommitdiffstats
path: root/fs/libfs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-16xfs: XLOG_STATE_IOERROR must dieDave Chinner4-83/+32
2021-08-16xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()Dave Chinner5-30/+30
2021-08-11xfs: cleanup __FUNCTION__ usageDwaipayan Ray1-2/+2
2021-08-11xfs: Rename __xfs_attr_rmtval_removeAllison Henderson3-5/+5
2021-08-10xfs: add attr state machine tracepointsAllison Henderson3-2/+54
2021-08-10xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong3-10/+29
2021-08-10xfs: clear log incompat feature bits when the log is idleDarrick J. Wong3-0/+55
2021-08-10xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong5-0/+157
2021-08-10xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner9-55/+21
2021-08-10xfs: remove kmem_alloc_io()Dave Chinner7-40/+3
2021-08-10mm: Add kvrealloc()Dave Chinner3-1/+20
2021-08-09xfs: dump log intent items that cannot be recovered due to corruptionDarrick J. Wong4-0/+12
2021-08-09xfs: grab active perag ref when reading AG headersDarrick J. Wong8-44/+56
2021-08-09xfs: drop experimental warnings for bigtime and inobtcountDarrick J. Wong1-8/+0
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong4-4/+4
2021-08-09xfs: throttle inode inactivation queuing on memory reclaimDarrick J. Wong5-5/+147
2021-08-09xfs: avoid buffer deadlocks when walking fs inodesDarrick J. Wong2-10/+65
2021-08-09xfs: use background worker pool when transactions can't get free spaceDarrick J. Wong4-4/+31
2021-08-09xfs: don't run speculative preallocation gc when fs is frozenDarrick J. Wong6-16/+48
2021-08-09xfs: flush inode inactivation work when compiling usage statisticsDarrick J. Wong2-0/+11
2021-08-09xfs: inactivate inodes any time we try to free speculative preallocationsDarrick J. Wong1-2/+10
2021-08-09xfs: queue inactivation immediately when free realtime extents are tightDarrick J. Wong3-6/+31
2021-08-09xfs: queue inactivation immediately when quota is nearing enforcementDarrick J. Wong4-0/+56
2021-08-09xfs: queue inactivation immediately when free space is tightDarrick J. Wong3-8/+15
2021-08-06xfs: per-cpu deferred inode inactivation queuesDave Chinner9-48/+571
2021-08-06xfs: detach dquots from inode if we don't need to inactivate itDarrick J. Wong3-1/+62
2021-08-06xfs: move xfs_inactive call to xfs_inode_mark_reclaimableDarrick J. Wong2-75/+74
2021-08-06xfs: introduce all-mounts list for cpu hotplug notificationsDave Chinner2-0/+41
2021-08-06xfs: introduce CPU hotplug infrastructureDave Chinner2-1/+42
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig11-107/+58
2021-08-06xfs: remove the flags argument to xfs_qm_dquot_walkChristoph Hellwig1-10/+6
2021-08-06xfs: remove xfs_dqrele_all_inodesChristoph Hellwig2-112/+1
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig8-454/+13
2021-08-02Linux 5.14-rc4v5.14-rc4Linus Torvalds1-1/+1
2021-07-31pipe: make pipe writes always wake up readersLinus Torvalds1-5/+5
2021-07-30Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo1-2/+0
2021-07-30mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook()Wang Hai1-1/+1
2021-07-30slub: fix unreclaimable slab stat for bulk freeShakeel Butt1-10/+12
2021-07-30mm/migrate: fix NR_ISOLATED corruption on 64-bitAneesh Kumar K.V1-1/+1
2021-07-30mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresh...Johannes Weiner1-1/+2
2021-07-30ocfs2: issue zeroout to EOF blocksJunxiao Bi1-39/+60
2021-07-30ocfs2: fix zero out valid dataJunxiao Bi1-2/+2
2021-07-30lib/test_string.c: move string selftest in the Runtime Testing menuMatteo Croce2-3/+3
2021-07-30gve: Update MAINTAINERS listCatherine Sullivan1-3/+3
2021-07-30arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn13-18/+0
2021-07-30can: esd_usb2: fix memory leakPavel Skripkin1-1/+15
2021-07-30can: ems_usb: fix memory leakPavel Skripkin1-1/+13
2021-07-30can: usb_8dev: fix memory leakPavel Skripkin1-2/+13
2021-07-30can: mcba_usb_start(): add missing urb->transfer_dma initializationPavel Skripkin1-0/+2
2021-07-30can: hi311x: fix a signedness bug in hi3110_cmd()Dan Carpenter1-1/+1