aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | fs/ntfs3: Fill duplicate info in ni_add_nameKonstantin Komarov2022-08-032-16/+14
| * | | | | | fs/ntfs3: Make static function attr_load_runsKonstantin Komarov2022-08-032-4/+2
| * | | | | | fs/ntfs3: Add new argument is_mft to ntfs_mark_rec_freeKonstantin Komarov2022-08-034-11/+14
| * | | | | | fs/ntfs3: Remove unused mi_mark_freeKonstantin Komarov2022-08-034-25/+2
| * | | | | | fs/ntfs3: Fix very fragmented case in attr_punch_holeKonstantin Komarov2022-08-031-1/+12
| * | | | | | fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov2022-08-031-1/+6
| * | | | | | fs/ntfs3: Make ntfs_fallocate return -ENOSPC instead of -EFBIGKonstantin Komarov2022-08-031-0/+13
| * | | | | | fs/ntfs3: extend ni_insert_nonresident to return inserted ATTR_LIST_ENTRYKonstantin Komarov2022-08-034-18/+25
| * | | | | | fs/ntfs3: Check reserved size for maximum allowedKonstantin Komarov2022-08-032-3/+9
| * | | | | | fs/ntfs3: Do not change mode if ntfs_set_ea failedKonstantin Komarov2022-08-031-10/+10
| * | | | | | fs/ntfs3: Remove unnecessary 'NULL' values from pointersLi kunyu2022-07-061-2/+2
| * | | | | | fs/ntfs3: Remove duplicated assignment to variable rColin Ian King2022-07-051-1/+0
| * | | | | | fs/ntfs3: Unlock on error in attr_insert_range()Dan Carpenter2022-07-051-2/+4
| * | | | | | fs/ntfs3: Make ntfs_update_mftmirr return voidPavel Skripkin2022-07-052-14/+8
| * | | | | | fs/ntfs3: Fix NULL deref in ntfs_update_mftmirrPavel Skripkin2022-07-051-1/+6
| * | | | | | fs/ntfs3: Enable FALLOC_FL_INSERT_RANGEKonstantin Komarov2022-06-281-42/+55
| * | | | | | fs/ntfs3: Fallocate (FALLOC_FL_INSERT_RANGE) implementationKonstantin Komarov2022-06-283-1/+222
| * | | | | | fs/ntfs3: Add missing error checkKonstantin Komarov2022-06-171-0/+2
| * | | | | | 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
|\ \ \ \ \ \ \ \ \ \