summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* take care to handle NULL ->proc_lseek()Al Viro2022-08-141-0/+3
* Merge tag 'pull-work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2022-08-131-1/+1
|\
| * vfs: escape hash as wellSiddhesh Poyarekar2022-06-281-1/+1
* | Merge tag '5.20-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/ci...Linus Torvalds2022-08-1319-445/+528
|\ \
| * | cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg2022-08-125-12/+25
| * | cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg2022-08-116-97/+121
| * | SMB3: fix lease break timeout when multiple deferred close handles for the sa...Bharath SM2022-08-111-19/+1
| * | smb3: allow deferred close timeout to be configurableSteve French2022-08-115-2/+22
| * | cifs: Do not use tcon->cfid directly, use the cfid we get from open_cached_dirRonnie Sahlberg2022-08-112-3/+3
| * | cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-1115-351/+411
| * | cifs: Remove {cifs,nfs}_fscache_release_page()David Howells2022-08-101-16/+0
| * | cifs: fix lock length calculationPaulo Alcantara2022-08-102-5/+5
* | | afs: Enable multipage folio supportDavid Howells2022-08-132-1/+3
* | | Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-131-0/+3
|\ \ \
| * | | posix-cpu-timers: Cleanup CPU timers before freeing them during execThadeu Lima de Souza Cascardo2022-08-091-0/+3
* | | | Merge tag 'xfs-5.20-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-135-46/+193
|\ \ \ \
| * | | | xfs: fix inode reservation space for removing transactionhexiaole2022-08-101-1/+1
| * | | | xfs: Fix false ENOSPC when performing direct write on a delalloc extent in co...Chandan Babu R2022-08-051-35/+163
| * | | | xfs: fix intermittent hang during quotacheckDarrick J. Wong2022-08-051-0/+5
| * | | | xfs: check return codes when flushing block devicesDarrick J. Wong2022-08-052-10/+24
* | | | | Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-114-52/+2
|\ \ \ \ \
| * | | | | iomap: remove iomap_writepageChristoph Hellwig2022-07-221-15/+0
| * | | | | zonefs: remove ->writepageChristoph Hellwig2022-07-221-8/+0
| * | | | | gfs2: remove ->writepageChristoph Hellwig2022-07-221-26/+0
| * | | | | gfs2: stop using generic_writepages in gfs2_ail1_start_oneChristoph Hellwig2022-07-221-3/+2
* | | | | | Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-1117-205/+480
|\ \ \ \ \ \
| * | | | | | libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-032-39/+26
| * | | | | | ceph: remove useless check for the folioXiubo Li2022-08-031-10/+7
| * | | | | | ceph: don't truncate file in atomic_openHu Weiwen2022-08-031-3/+6
| * | | | | | ceph: make f_bsize always equal to f_frsizeXiubo Li2022-08-031-7/+9
| * | | | | | ceph: flush the dirty caps immediatelly when quota is approachingXiubo Li2022-08-032-4/+6
| * | | | | | ceph: don't get the inline data for new creating filesXiubo Li2022-08-035-9/+16
| * | | | | | ceph: update the auth cap when the async create req is forwardedXiubo Li2022-08-033-0/+74
| * | | | | | ceph: make change_auth_cap_ses a global symbolXiubo Li2022-08-032-2/+4
| * | | | | | ceph: switch back to testing for NULL folio->private in ceph_dirty_folioJeff Layton2022-08-031-1/+1
| * | | | | | ceph: call netfs_subreq_terminated with was_async == falseJeff Layton2022-08-031-1/+1
| * | | | | | ceph: convert to generic_file_llseekJeff Layton2022-08-031-47/+5
| * | | | | | ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton2022-08-031-14/+13
| * | | | | | ceph: prevent a client from exceeding the MDS maximum xattr sizeLuís Henriques2022-08-032-8/+26
| * | | | | | ceph: choose auth MDS for getxattr with the Xs capsXiubo Li2022-08-031-1/+7
| * | | | | | ceph: add session already open notify supportXiubo Li2022-08-032-6/+24
| * | | | | | ceph: wait for the first reply of inflight async unlinkXiubo Li2022-08-036-16/+167
| * | | | | | fs/dcache: export d_same_name() helperXiubo Li2022-08-031-4/+11
| * | | | | | ceph: remove useless CEPHFS_FEATURES_CLIENT_REQUIREDXiubo Li2022-08-031-1/+0
| * | | | | | ceph: use correct index when encoding client supported featuresLuís Henriques2022-08-032-8/+5
| * | | | | | fscrypt: add fscrypt_context_for_new_inodeJeff Layton2022-08-031-6/+29
| * | | | | | fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton2022-08-033-15/+36
| * | | | | | fs: change test in inode_insert5 for adding to the sb listJeff Layton2022-08-031-3/+7
* | | | | | | Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-1017-289/+513
|\ \ \ \ \ \ \
| * | | | | | | NFS: Improve readpage/writepage tracingTrond Myklebust2022-08-091-28/+26