summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-06-07fs/ntfs3: Remove unused macros MAXIMUM_REPARSE_DATA_BUFFER_SIZEKonstantin Komarov
2024-06-07fs/ntfs3: Use macros NTFS_LABEL_MAX_LENGTH instead of hardcoded valueKonstantin Komarov
2024-06-07fs/ntfs3: Simplify initialization of $AttrDef and $UpCaseKonstantin Komarov
2024-06-07fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNITKonstantin Komarov
2024-06-07fs/ntfs3: Remove unused functionKonstantin Komarov
2024-06-07cifs: Don't advance the I/O iterator before terminating subrequestDavid Howells
2024-06-07smb: client: fix deadlock in smb2_find_smb_tcon()Enzo Matsumiya
2024-06-06btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo
2024-06-05nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errorsRyusuke Konishi
2024-06-05mm/ksm: fix ksm_zero_pages accountingChengming Zhou
2024-06-05nilfs2: fix potential kernel bug due to lack of writeback flag waitingRyusuke Konishi
2024-06-05Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-05btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana
2024-06-05btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval
2024-06-05iomap: Fix iomap_adjust_read_range for plen calculationRitesh Harjani (IBM)
2024-06-05iomap: keep on increasing i_size in iomap_write_end()Zhang Yi
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik
2024-06-05vfs: stop using user_path_at_empty in do_readlinkatMateusz Guzik
2024-06-05bcachefs: Fix trans->locked assertKent Overstreet
2024-06-05bcachefs: Rereplicate now moves data off of durability=0 devicesKent Overstreet
2024-06-05bcachefs: Fix GFP_KERNEL allocation in break_cycle()Kent Overstreet
2024-06-05udf: Fix lock ordering in udf_evict_inode()Jan Kara
2024-06-05udf: Drop pointless IS_IMMUTABLE and IS_APPEND checkJan Kara
2024-06-05isofs: add missing MODULE_DESCRIPTION()Jeff Johnson
2024-06-05jbd2: add missing MODULE_DESCRIPTION()Jeff Johnson
2024-06-05fsnotify: clear PARENT_WATCHED flags lazilyAmir Goldstein
2024-06-04jfs: xattr: fix buffer overflow for invalid xattrGreg Kroah-Hartman
2024-06-04gfs2: Minor gfs2_quota_init error path cleanupAndreas Gruenbacher
2024-06-03fs: nls: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-03hostfs: convert hostfs to use the new mount APIHongbo Li
2024-06-03fs: don't block i_writecount during execChristian Brauner
2024-06-03readdir: Add missing quote in macro commentThorsten Blum
2024-06-03readdir: Remove unused header includeThorsten Blum
2024-06-03vfs: replace WARN(down_read_trylock, ...) abuse with proper assertsMateusz Guzik
2024-06-03cachefiles: remove unneeded include of <linux/fdtable.h>Gao Xiang
2024-06-03sysctl: move the extra1/2 boundary check of u8 to sysctl_check_table_arrayWen Yang
2024-06-03sysctl: always initialize i_uid/i_gidThomas Weißschuh
2024-06-01Merge tag '6.10-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-06-01Merge tag 'xfs-6.10-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-05-31Merge tag 'bcachefs-2024-05-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-05-31dlm: move recover idr to xarray datastructureAlexander Aring
2024-05-31dlm: move lkb idr to xarray datastructureAlexander Aring
2024-05-31dlm: drop own rsb pre allocation mechanismAlexander Aring
2024-05-31dlm: remove ls_local_handle from struct dlm_lsAlexander Aring
2024-05-31dlm: remove unused parameter in dlm_midcomms_addrAlexander Aring
2024-05-31dlm: don't kref_init rsbs created for toss listAlexander Aring
2024-05-31dlm: remove scand leftoversAlexander Aring
2024-05-31cifs: fix creating sockets when using sfu mount optionsSteve French
2024-05-31buffer: Remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)
2024-05-31iomap: Remove calls to set and clear folio error flagMatthew Wilcox (Oracle)