summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "fs: don't block i_writecount during exec"Christian Brauner2024-11-274-11/+26
* Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-11-2627-550/+509
|\
| * ocfs2: fix uninitialized value in ocfs2_file_read_iter()Dmitry Antipov2024-11-122-0/+6
| * fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac2024-11-061-5/+5
| * ocfs2: remove unused errmsg function and tableDr. David Alan Gilbert2024-11-062-55/+0
| * ocfs2: cluster: fix a typoAndrew Kreimer2024-11-061-1/+1
| * nilfs2: convert metadata aops from writepage to writepagesMatthew Wilcox (Oracle)2024-11-061-4/+15
| * nilfs2: convert nilfs_recovery_copy_block() to take a folioMatthew Wilcox (Oracle)2024-11-061-10/+7
| * nilfs2: convert nilfs_page_count_clean_buffers() to take a folioMatthew Wilcox (Oracle)2024-11-064-6/+6
| * nilfs2: remove nilfs_writepageMatthew Wilcox (Oracle)2024-11-061-32/+1
| * nilfs2: convert checkpoint file to be folio-basedRyusuke Konishi2024-11-061-175/+204
| * nilfs2: remove nilfs_palloc_block_get_entry()Ryusuke Konishi2024-11-062-21/+0
| * nilfs2: convert DAT file to be folio-basedRyusuke Konishi2024-11-061-46/+52
| * nilfs2: convert inode file to be folio-basedRyusuke Konishi2024-11-062-7/+7
| * nilfs2: convert persistent object allocator to be folio-basedRyusuke Konishi2024-11-062-50/+89
| * nilfs2: convert segment usage file to be folio-basedRyusuke Konishi2024-11-061-78/+82
| * nilfs2: convert common metadata file code to be folio-basedRyusuke Konishi2024-11-063-13/+20
| * nilfs2: convert segment buffer to be folio-basedRyusuke Konishi2024-11-061-7/+10
| * bcachefs: update min_heap_callbacks to use default builtin swapKuan-Wei Chiu2024-11-061-9/+1
| * bcachefs: clean up duplicate min_heap_callbacks declarationsKuan-Wei Chiu2024-11-062-28/+10
| * lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu2024-11-061-0/+1
| * get rid of __get_task_comm()Yafang Shao2024-11-062-11/+1
| * ocfs2: fix typo in commentMohammed Anees2024-11-061-1/+1
| * ocfs2: remove unused declaration in header fileZhang Zekun2024-11-061-1/+0
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-2311-120/+35
|\ \
| * | mm/list_lru: simplify the list_lru walk callback functionKairui Song2024-11-127-16/+10
| * | mm/list_lru: split the lock to per-cgroup scopeKairui Song2024-11-122-2/+0
| * | mm: zswap: modify zswap_stored_pages to be atomic_long_tKanchana P Sridhar2024-11-111-1/+1
| * | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2024-11-112-6/+6
| |\ \
| * | | memcg-v1: no need for memcg locking for dirty trackingShakeel Butt2024-11-071-5/+0
| * | | mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador2024-11-071-2/+6
| * | | mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador2024-11-071-91/+5
| * | | mm: make hugetlb mappings go through mm_get_unmapped_area_vmflagsOscar Salvador2024-11-071-8/+16
| * | | mm: refactor mm_access() to not return NULLLorenzo Stoakes2024-11-061-12/+14
| | |/ | |/|
* | | Merge tag '6.13-rc-part1-SMB3-client-fixes' of git://git.samba.org/sfrench/ci...Linus Torvalds2024-11-2319-246/+293
|\ \ \
| * | | smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich2024-11-211-41/+29
| * | | smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich2024-11-211-13/+14
| * | | smb: client: handle max length for SMB symlinksPaulo Alcantara2024-11-212-1/+6
| * | | smb: client: get rid of bounds check in SMB2_ioctl_init()Paulo Alcantara2024-11-211-9/+0
| * | | smb: client: improve compound padding in encryptionPaulo Alcantara2024-11-213-63/+18
| * | | smb3: request handle caching when caching directoriesSteve French2024-11-211-1/+1
| * | | cifs: Recognize SFU char/block devices created by Windows NFS server on Windo...Pali Rohár2024-11-211-0/+22
| * | | CIFS: New mount option for cifs.upcall namespace resolutionRitvik Budhiraja2024-11-216-0/+117
| * | | smb/client: Prevent error pointer dereferenceDan Carpenter2024-11-211-2/+4
| * | | fs/smb/client: implement chmod() for SMB3 POSIX ExtensionsRalph Boehme2024-11-214-23/+37
| * | | smb: cached directories can be more than root file handlePaul Aurich2024-11-211-1/+1
| * | | smb: client: fix use-after-free of signing keyPaulo Alcantara2024-11-182-18/+40
| * | | smb: client: Use str_yes_no() helper functionThorsten Blum2024-11-181-4/+4
| * | | smb: client: memcpy() with surrounding object base addressKees Cook2024-11-181-1/+1
| * | | cifs: Remove pre-historic unused CIFSSMBCopyDr. David Alan Gilbert2024-11-182-70/+0