summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-0118-1377/+924
|\ \ \ \ \ \ \
| * | | | | | | cifs: fix NULL ptr dereference in smb2_ioctl_query_info()Paulo Alcantara2022-03-311-59/+65
| * | | | | | | cifs: prevent bad output lengths in smb2_ioctl_query_info()Paulo Alcantara2022-03-311-6/+10
| * | | | | | | smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French2022-03-315-191/+119
| * | | | | | | smb3: cleanup and clarify status of tree connectionsSteve French2022-03-287-33/+40
| * | | | | | | smb3: move defines for query info and query fsinfo to smbfs_commonSteve French2022-03-265-603/+335
| * | | | | | | smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-267-143/+88
| * | | | | | | [smb3] move more common protocol header definitions to smbfs_commonSteve French2022-03-255-206/+112
| * | | | | | | cifs: fix incorrect use of list iterator after the loopXiaomeng Tong2022-03-231-2/+4
| * | | | | | | ksmbd: store fids as opaque u64 integersPaulo Alcantara2022-03-232-72/+56
| * | | | | | | cifs: fix bad fids sent over wirePaulo Alcantara2022-03-234-53/+46
| * | | | | | | cifs: change smb2_query_info_compound to use a cached fid, if availableRonnie Sahlberg2022-03-231-10/+35
| * | | | | | | cifs: convert the path to utf16 in smb2_query_info_compoundRonnie Sahlberg2022-03-232-12/+13
| * | | | | | | cifs: writeback fixDavid Howells2022-03-221-1/+7
| * | | | | | | cifs: do not skip link targets when an I/O failsPaulo Alcantara2022-03-211-3/+11
* | | | | | | | Merge tag 'exfat-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-014-30/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | exfat: do not clear VolumeDirty in writebackYuezhang Mo2022-04-013-15/+2
| * | | | | | | | exfat: allow access to paths with trailing dotsVasant Karasulli2022-04-013-15/+45
* | | | | | | | | Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-04-0119-29/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | btrfs: Remove a use of PAGE_SIZE in btrfs_invalidate_folio()Matthew Wilcox (Oracle)2022-04-011-1/+1
| * | | | | | | | | ntfs: Correct mark_ntfs_record_dirty() folio conversionMatthew Wilcox (Oracle)2022-04-011-1/+1
| * | | | | | | | | f2fs: Get the superblock from the mapping instead of the pageMatthew Wilcox (Oracle)2022-04-012-3/+3
| * | | | | | | | | f2fs: Correct f2fs_dirty_data_folio() conversionMatthew Wilcox (Oracle)2022-04-011-1/+1
| * | | | | | | | | ext4: Correct ext4_journalled_dirty_folio() conversionMatthew Wilcox (Oracle)2022-04-011-1/+1
| * | | | | | | | | filemap: Remove AOP_FLAG_CONT_EXPANDMatthew Wilcox (Oracle)2022-04-011-2/+1
| * | | | | | | | | fs: Pass an iocb to generic_perform_write()Matthew Wilcox (Oracle)2022-04-014-4/+4
| * | | | | | | | | iomap: Simplify is_partially_uptodate a littleMatthew Wilcox (Oracle)2022-04-011-5/+4
| * | | | | | | | | fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-018-11/+11
* | | | | | | | | | nilfs2: get rid of nilfs_mapping_init()Ryusuke Konishi2022-04-012-10/+0
* | | | | | | | | | nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi2022-04-015-21/+92
* | | | | | | | | | nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi2022-04-0110-50/+154
* | | | | | | | | | ocfs2: fix crash when mount with quota enabledJoseph Qi2022-04-012-13/+12
* | | | | | | | | | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-3110-120/+238
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ubifs: rename_whiteout: correct old_dir size computingBaokun Li2022-03-171-0/+3
| * | | | | | | | | | jffs2: fix memory leak in jffs2_scan_mediumBaokun Li2022-03-161-2/+4
| * | | | | | | | | | jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li2022-03-161-1/+3
| * | | | | | | | | | jffs2: fix use-after-free in jffs2_clear_xattr_subsystemBaokun Li2022-03-161-1/+1
| * | | | | | | | | | fs/jffs2: fix comments mentioning i_mutexhongnanli2022-03-161-2/+2
| * | | | | | | | | | ubifs: Fix to add refcount once page is set privateZhihao Cheng2022-01-101-7/+7
| * | | | | | | | | | ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng2022-01-101-4/+30
| * | | | | | | | | | ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng2022-01-101-1/+1
| * | | | | | | | | | ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng2022-01-101-4/+8
| * | | | | | | | | | ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng2022-01-101-30/+30
| * | | | | | | | | | ubifs: Rename whiteout atomicallyZhihao Cheng2022-01-102-60/+136
| * | | | | | | | | | ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng2022-01-091-0/+2
| * | | | | | | | | | ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode commentZhihao Cheng2022-01-091-1/+1
| * | | | | | | | | | ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng2022-01-091-10/+15
| * | | | | | | | | | ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng2022-01-091-2/+0
* | | | | | | | | | | Merge tag 'gfs2-v5.17-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-318-76/+104
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gfs2: Make sure FITRIM minlen is rounded up to fs block sizeAndrew Price2022-03-311-1/+2