summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fs/ntfs3: Don't clear upper bits accidentally in log_replay()Dan Carpenter2022-06-101-1/+1
| * | | | | fs/ntfs3: Use the same order for acl pointer check in ntfs_init_aclYang Xu2022-06-091-3/+3
| * | | | | fs/ntfs3: Fix using uninitialized value n when calling indx_readYan Lei2022-06-091-1/+1
| * | | | | fs/ntfs3: Remove redundant assignment to variable vcnColin Ian King2022-06-081-1/+1
| * | | | | fs/ntfs3: Remove redundant assignment to variable frameColin Ian King2022-06-071-1/+0
| * | | | | fs/ntfs3: Remove a useless testChristophe JAILLET2022-06-071-3/+1
| * | | | | fs/ntfs3: Fix missing i_op in ntfs_read_mftKonstantin Komarov2022-06-061-0/+1
| * | | | | fs/ntfs3: Refactor ni_try_remove_attr_list functionKonstantin Komarov2022-06-062-15/+39
| * | | | | fs/ntfs3: Fix double free on remountKonstantin Komarov2022-06-061-4/+4
| * | | | | fs/ntfs3: Refactoring of indx_find functionKonstantin Komarov2022-06-061-16/+9
* | | | | | dcache: move the DCACHE_OP_COMPARE case out of the __d_lookup_rcu loopLinus Torvalds2022-08-171-23/+49
| |_|_|_|/ |/| | | |
* | | | | 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