aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-25cifs: switch build_path_from_dentry() to using dentry_path_raw()Al Viro1-62/+23
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro10-178/+212
2021-04-25cifs: make build_path_from_dentry() return const char *Al Viro9-27/+27
2021-04-25cifs: constify pathname arguments in a bunch of helpersAl Viro5-10/+10
2021-04-25cifs: constify path argument of ->make_node()Al Viro3-3/+3
2021-04-25cifs: constify get_normalized_path() properlyAl Viro1-12/+13
2021-04-25cifs: don't cargo-cult strndup()Al Viro7-24/+17
2021-04-25SMB3: update structures for new compression protocol definitionsSteve French1-2/+9
2021-04-25cifs: remove old dead codeAurelien Aptel5-91/+0
2021-04-25cifs: cifspdu.h: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-04-25fs: cifs: Remove repeated struct declarationWan Jiabing1-2/+0
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel5-33/+33
2021-04-25smb3: update protocol header definitions based to include new flagsSteve French1-4/+34
2021-04-25cifs: correct comments explaining internal semaphore usage in the moduleSteve French1-3/+2
2021-04-25cifs: Remove useless variableJiapeng Chong1-2/+0
2021-04-25cifs: Fix spelling of 'security'jack1.li_cp1-1/+1
2021-04-25io_uring: io_sq_thread() no longer needs to reset current->pf_io_workerStefan Metzmacher1-1/+0
2021-04-25io_uring: update sq_thread_idle after ctx deletedHao Xu1-1/+2
2021-04-25io_uring: add full-fledged dynamic buffers supportPavel Begunkov1-4/+72
2021-04-25io_uring: implement fixed buffers registration similar to fixed filesBijan Mottahedeh1-15/+56
2021-04-25io_uring: prepare fixed rw for dynanic buffersPavel Begunkov1-10/+29
2021-04-25io_uring: keep table of pointers to ubufsPavel Begunkov1-16/+19
2021-04-25io_uring: add generic rsrc update with tagsPavel Begunkov1-11/+41
2021-04-25io_uring: add IORING_REGISTER_RSRCPavel Begunkov1-5/+40
2021-04-25io_uring: enumerate dynamic resourcesPavel Begunkov1-8/+8
2021-04-25io_uring: add generic path for rsrc updatePavel Begunkov1-33/+46
2021-04-25io_uring: preparation for rsrc taggingPavel Begunkov1-4/+30
2021-04-25io_uring: decouple CQE filling from requestsPavel Begunkov1-27/+28
2021-04-25io_uring: return back rsrc data free helperPavel Begunkov1-2/+7
2021-04-25io_uring: move __io_sqe_files_unregisterPavel Begunkov1-27/+27
2021-04-25sysctl: use min() helper for namecmp()Masahiro Yamada1-6/+1
2021-04-23ovl: fix reference counting in ovl_mmap error pathChristian König1-10/+1
2021-04-23coda: fix reference counting in coda_file_mmap error pathChristian König1-3/+3
2021-04-23io_uring: check sqring and iopoll_list before sheduleHao Xu1-17/+19
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells3-97/+31
2021-04-23afs: Use new netfs lib read helper APIDavid Howells5-251/+88
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells5-7/+19
2021-04-23afs: Prepare for use of THPsDavid Howells4-202/+244
2021-04-23afs: Extract writeback extension into its own functionDavid Howells1-42/+67
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells2-0/+19
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells5-186/+107
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells6-249/+314
2021-04-23afs: Log remote unmarshalling errorsDavid Howells1-0/+34
2021-04-23afs: Don't truncate iter during data fetchDavid Howells4-8/+23
2021-04-23afs: Move key to afs_read structDavid Howells4-15/+19
2021-04-23afs: Print the operation debug_id when logging an unexpected data versionDavid Howells1-2/+3
2021-04-23afs: Pass page into dirty region helpers to provide THP sizeDavid Howells3-54/+42
2021-04-23afs: Disable use of the fscache I/O routinesDavid Howells3-175/+36
2021-04-23fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells10-3/+557
2021-04-23netfs: Add a tracepoint to log failures that would be otherwise unseenDavid Howells1-2/+12