summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* gfs2: Pass sdp to gfs2_adjust_quotaBob Peterson2023-09-051-5/+6
* gfs2: remove dead code for quota writesBob Peterson2023-09-051-4/+1
* gfs2: Introduce new quota=quiet mount optionBob Peterson2023-09-054-6/+16
* gfs2: Add device name to gfs2_logd and gfs2_quotadAndreas Gruenbacher2023-09-051-2/+2
* gfs2: Rename "freeze_workqueue" to "gfs2_freeze"Andreas Gruenbacher2023-09-051-1/+1
* gfs2: Rename "gfs_recovery" workqueue to "gfs2_recovery"Andreas Gruenbacher2023-09-053-7/+7
* gfs2: Fix withdraw raceAndreas Gruenbacher2023-09-051-12/+12
* gfs2: Sanitize kthread stoppingAndreas Gruenbacher2023-09-052-9/+9
* gfs2: Switch to wait_event in gfs2_quotadAndreas Gruenbacher2023-09-051-6/+5
* gfs2: Fix asynchronous thread destructionAndreas Gruenbacher2023-09-054-33/+32
* gfs2: Stop using gfs2_make_fs_ro for withdrawAndreas Gruenbacher2023-09-052-8/+20
* gfs2: Free quota data objects synchronouslyAndreas Gruenbacher2023-09-051-3/+34
* gfs2: Fix initial quota data refcountAndreas Gruenbacher2023-09-051-1/+2
* gfs2: No more quota complaints after withdrawAndreas Gruenbacher2023-09-051-3/+5
* gfs2: Factor out duplicate quota data disposal codeAndreas Gruenbacher2023-09-051-23/+24
* gfs2: Use gfs2_qd_dispose in gfs2_quota_cleanupAndreas Gruenbacher2023-09-051-22/+4
* gfs2: Fix wrong quota shrinker return valueAndreas Gruenbacher2023-09-051-2/+6
* gfs2: Rename SDF_DEACTIVATING to SDF_KILLAndreas Gruenbacher2023-09-056-8/+8
* gfs2: Rename sd_{ glock => kill }_waitAndreas Gruenbacher2023-09-053-5/+5
* gfs2: Use qd_sbd more consequentlyBob Peterson2023-09-051-11/+11
* gfs2: journal flush threshold fixes and cleanupAndreas Gruenbacher2023-09-051-18/+16
* gfs2: Fix logd wakeup on I/O errorAndreas Gruenbacher2023-09-051-0/+1
* gfs2: low-memory forced flush fixesAndreas Gruenbacher2023-09-052-6/+6
* gfs2: Switch to wait_event in gfs2_logdAndreas Gruenbacher2023-09-051-12/+5
* gfs2: conversion deadlock do_promote bypassBob Peterson2023-09-051-0/+2
* gfs2: Remove LM_FLAG_PRIORITY flagAndreas Gruenbacher2023-09-053-31/+6
* gfs2: do_promote cleanupAndreas Gruenbacher2023-09-051-6/+6
* gfs: Don't use GFP_NOFS in gfs2_unstuff_dinodeAndreas Gruenbacher2023-09-051-1/+1
* gfs2: Use mapping->gfp_mask for metadata inodesAndreas Gruenbacher2023-09-053-9/+14
* gfs2: increase usage of folio_next_index() helperMinjie Du2023-09-051-2/+1
* Merge tag 'gfs2-v6.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-082-6/+12
|\
| * gfs2: Don't use filemap_splice_readBob Peterson2023-08-071-2/+2
| * gfs2: Fix freeze consistency check in gfs2_trans_add_metaAndreas Gruenbacher2023-08-071-4/+10
* | Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-0613-42/+79
|\ \
| * | fs: rely on ->iterate_shared to determine f_pos lockingChristian Brauner2023-08-061-1/+1
| * | vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-0610-39/+76
| * | proc: fix missing conversion to 'iterate_shared'Linus Torvalds2023-08-061-1/+1
| * | open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai2023-08-061-1/+1
* | | Merge tag '6.5-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-08-051-1/+5
|\ \ \ | |/ / |/| |
| * | smb: client: fix dfs link mount against w2k8Paulo Alcantara2023-08-021-1/+5
* | | Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds2023-08-043-2/+17
|\ \ \
| * | | ceph: defer stopping mdsc delayed_workXiubo Li2023-08-023-2/+17
| |/ /
* | | file: reinstate f_pos locking optimization for regular filesLinus Torvalds2023-08-041-1/+17
* | | Merge tag 'nfsd-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-08-031-3/+6
|\ \ \
| * | | nfsd: Fix reading via spliceDavid Howells2023-07-301-3/+6
* | | | Merge tag 'erofs-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-032-5/+4
|\ \ \ \
| * | | | erofs: drop unnecessary WARN_ON() in erofs_kill_sb()Gao Xiang2023-08-011-2/+0
| * | | | erofs: fix wrong primary bvec selection on deduplicated extentsGao Xiang2023-08-011-3/+4
| | |/ / | |/| |
* | | | Merge tag 'exfat-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-022-20/+22
|\ \ \ \ | |/ / / |/| | |
| * | | exfat: release s_lock before calling dir_emit()Sungjong Seo2023-07-151-15/+12