aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/file.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-4/+4
2022-05-27Merge tag '5.19-rc-smb3-client-fixes-updated' of git://git.samba.org/sfrench/...Gravatar Linus Torvalds 1-5/+8
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+6
2022-05-22cifs: return the more nuanced writeback error on close()Gravatar ChenXiaoSong 1-1/+4
2022-05-19cifs: fix signed integer overflow when fl_end is OFFSET_MAXGravatar Paulo Alcantara 1-4/+4
2022-05-09cifs: Convert to release_folioGravatar Matthew Wilcox (Oracle) 1-7/+7
2022-05-09mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceGravatar NeilBrown 1-0/+4
2022-05-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateGravatar NeilBrown 1-1/+2
2022-05-09cifs: Convert cifs to read_folioGravatar Matthew Wilcox (Oracle) 1-6/+7
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+7
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-19/+20
2022-03-22cifs: writeback fixGravatar David Howells 1-1/+7
2022-03-18Adjust cifssb maximum read sizeGravatar Rohith Surabattula 1-0/+10
2022-03-15fscache: Convert fscache_set_page_dirty() to fscache_dirty_folio()Gravatar Matthew Wilcox (Oracle) 1-5/+6
2022-03-15cifs: Convert from launder_page to launder_folioGravatar Matthew Wilcox (Oracle) 1-9/+9
2022-03-15cifs: Convert from invalidatepage to invalidate_folioGravatar Matthew Wilcox (Oracle) 1-5/+5
2022-02-01cifs: Fix the readahead conversion to manage the batch when reading from cacheGravatar David Howells 1-1/+1
2022-02-01cifs: Implement cache I/O by accessing the cache directlyGravatar David Howells 1-5/+50
2022-02-01cifs: Transition from ->readpages() to ->readahead()Gravatar David Howells 1-137/+35
2022-01-19cifs: Support fscache indexing rewriteGravatar David Howells 1-25/+41
2021-11-10smb3: do not error on fsync when readonlyGravatar Steve French 1-6/+29
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentGravatar Jens Axboe 1-2/+2
2021-09-23cifs: Clear modified attribute bit from inode flagsGravatar Steve French 1-1/+1
2021-09-21cifs: fix a sign extension bugGravatar Dan Carpenter 1-1/+1
2021-09-17cifs: Not to defer close on file when lock is setGravatar Rohith Surabattula 1-0/+2
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-08-25cifs: enable fscache usage even for files opened as rwGravatar Shyam Prasad N 1-2/+13
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Gravatar Rohith Surabattula 1-18/+17
2021-07-26SMB3: fix readpage for large swap cacheGravatar Steve French 1-1/+1
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-05-20Fix KASAN identified use-after-free issue.Gravatar Rohith Surabattula 1-7/+13
2021-05-19Defer close only when lease is enabled.Gravatar Rohith Surabattula 1-0/+1
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Gravatar Rohith Surabattula 1-15/+12
2021-05-05Merge tag '5.13-rc-smb3-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-4/+98
2021-05-04Cifs: Fix kernel oops caused by deferred close for files.Gravatar Rohith Surabattula 1-4/+12
2021-05-03cifs: add shutdown supportGravatar Steve French 1-0/+6
2021-05-03cifs: Deferred close for filesGravatar Rohith Surabattula 1-2/+82
2021-04-27Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Gravatar Al Viro 1-39/+36
2021-04-25cifs: make build_path_from_dentry() return const char *Gravatar Al Viro 1-4/+4
2021-04-25cifs: constify pathname arguments in a bunch of helpersGravatar Al Viro 1-2/+2
2021-03-26cifs: revalidate mapping when we open files for SMB1 POSIXGravatar Ronnie Sahlberg 1-0/+1
2021-03-12cifs: have cifs_fattr_to_inode() refuse to change type on live inodeGravatar Al Viro 1-1/+1
2021-02-22cifs: change confusing field serverName (to ip_addr)Gravatar Steve French 1-1/+1
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxGravatar Ronnie Sahlberg 1-6/+6
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbGravatar Ronnie Sahlberg 1-2/+3
2020-12-14cifs: remove various function description warningsGravatar Steve French 1-2/+7
2020-07-07cifs: remove the retry in cifs_poxis_lock_setGravatar yangerkun 1-13/+6