aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2025-11-26orangefs: use inode_update_timestamps directlyChristoph Hellwig1-1/+3
2025-11-26btrfs: fix the comment on btrfs_update_timeChristoph Hellwig1-2/+2
2025-11-26btrfs: use vfs_utimes to update file timestampsChristoph Hellwig1-7/+4
2025-11-26fs: export vfs_utimesChristoph Hellwig1-0/+1
2025-11-26fs: lift the FMODE_NOCMTIME check into file_update_time_flagsChristoph Hellwig1-2/+2
2025-11-26fs: refactor file timestamp update logicChristoph Hellwig1-37/+17
2025-11-25smb: client: fix memory leak in cifs_construct_tcon()Paulo Alcantara1-0/+1
2025-11-25fs: push list presence check into inode_io_list_del()Mateusz Guzik3-5/+9
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik2-25/+27
2025-11-25fs: rework I_NEW handling to operate without fencesMateusz Guzik4-50/+64
2025-11-25iomap: allocate s_dio_done_wq for async reads as wellChristoph Hellwig1-5/+5
2025-11-25iomap: fix iomap_read_end() for already uptodate foliosJoanne Koong1-18/+19
2025-11-25iomap: invert the polarity of IOMAP_DIO_INLINE_COMPChristoph Hellwig1-19/+14
2025-11-25iomap: support write completions from interrupt contextChristoph Hellwig1-11/+48
2025-11-25iomap: rework REQ_FUA selectionChristoph Hellwig1-30/+48
2025-11-25iomap: always run error completions in user contextChristoph Hellwig1-1/+12
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig2-60/+2
2025-11-25iomap: use find_next_bit() for uptodate bitmap scanningJoanne Koong1-20/+32
2025-11-25iomap: use find_next_bit() for dirty bitmap scanningJoanne Koong1-20/+41
2025-11-25fs/splice.c: trivial fix: pipes -> pipe'sAskar Safin1-1/+1
2025-11-25fs: mark lookup_slow() as noinlineMateusz Guzik1-1/+1
2025-11-25fs: add predicts based on nd->depthMateusz Guzik1-6/+7
2025-11-25fs/namespace: fix reference leak in grab_requested_mnt_nsAndrei Vagin1-3/+4
2025-11-22Merge tag 'xfs-fixes-6.18-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2025-11-22fs/resctrl: Update bit_usage to reflect io_allocBabu Moger3-3/+21
2025-11-22fs/resctrl: Introduce interface to modify io_alloc capacity bitmasksBabu Moger3-1/+97
2025-11-22fs/resctrl: Modify struct rdt_parse_data to pass mode and CLOSIDBabu Moger1-11/+13
2025-11-22fs/resctrl: Introduce interface to display io_alloc CBMsBabu Moger3-4/+54
2025-11-21fs/resctrl: Add user interface to enable/disable io_alloc featureBabu Moger3-3/+158
2025-11-21fs/resctrl: Introduce interface to display "io_alloc" supportBabu Moger3-0/+44
2025-11-21Merge tag 'v6.18-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-3/+64
2025-11-20xfs: fix out of bounds memory read error in symlink repairDarrick J. Wong1-1/+1
2025-11-20cifs: Add the smb3_read_* tracepoints to SMB1David Howells1-0/+22
2025-11-20cifs: fix memory leak in smb3_fs_context_parse_param error pathShaurya Rane1-0/+4
2025-11-20smb: client: introduce close_cached_dir_locked()Henrique Carvalho1-3/+38
2025-11-19ovl: remove struct ovl_cu_creds and associated functionsChristian Brauner1-28/+0
2025-11-19ovl: port ovl_copy_up_tmpfile() to cred guardChristian Brauner1-8/+8
2025-11-19ovl: mark *_cu_creds() as unused temporarilyChristian Brauner1-2/+2
2025-11-19ovl: port ovl_copy_up_workdir() to cred guardChristian Brauner1-8/+7
2025-11-19ovl: add copy up credential guardChristian Brauner1-0/+27
2025-11-19ovl: drop ovl_setup_cred_for_create()Christian Brauner1-33/+0
2025-11-19ovl: port ovl_create_or_link() to new ovl_override_creator_creds cleanup guardChristian Brauner1-7/+6
2025-11-19ovl: mark ovl_setup_cred_for_create() as unused temporarilyChristian Brauner1-1/+1
2025-11-19ovl: reflow ovl_create_or_link()Christian Brauner1-21/+30
2025-11-19ovl: port ovl_create_tmpfile() to new ovl_override_creator_creds cleanup guardChristian Brauner1-25/+25
2025-11-19ovl: add ovl_override_creator_creds cred guardChristian Brauner1-0/+36
2025-11-19ovl: remove ovl_revert_creds()Christian Brauner2-6/+0
2025-11-19ovl: port ovl_fill_super() to cred guardChristian Brauner1-14/+8
2025-11-19ovl: refactor ovl_fill_super()Christian Brauner1-45/+50
2025-11-19ovl: port ovl_lower_positive() to cred guardChristian Brauner1-36/+34