aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-04-25cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg
2021-04-25cifs: add a function to get a cached dir based on its dentryRonnie Sahlberg
2021-04-25cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg
2021-04-25cifs: store a pointer to the root dentry in cifs_sb_info once we have complet...Ronnie Sahlberg
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg
2021-04-25cifs: pass a path to open_shroot and check if it is the root or notRonnie Sahlberg
2021-04-25cifs: move the check for nohandlecache into open_shrootRonnie Sahlberg
2021-04-25cifs: switch build_path_from_dentry() to using dentry_path_raw()Al Viro
2021-04-25cifs: allocate buffer in the caller of build_path_from_dentry()Al Viro
2021-04-25cifs: make build_path_from_dentry() return const char *Al Viro
2021-04-25cifs: constify pathname arguments in a bunch of helpersAl Viro
2021-04-25cifs: constify path argument of ->make_node()Al Viro
2021-04-25cifs: constify get_normalized_path() properlyAl Viro
2021-04-25cifs: don't cargo-cult strndup()Al Viro
2021-04-25SMB3: update structures for new compression protocol definitionsSteve French
2021-04-25cifs: remove old dead codeAurelien Aptel
2021-04-25cifs: cifspdu.h: Replace one-element array with flexible-array memberGustavo A. R. Silva
2021-04-25fs: cifs: Remove repeated struct declarationWan Jiabing
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel
2021-04-25smb3: update protocol header definitions based to include new flagsSteve French
2021-04-25cifs: correct comments explaining internal semaphore usage in the moduleSteve French
2021-04-25cifs: Remove useless variableJiapeng Chong
2021-04-25cifs: Fix spelling of 'security'jack1.li_cp
2021-04-25io_uring: io_sq_thread() no longer needs to reset current->pf_io_workerStefan Metzmacher
2021-04-25io_uring: update sq_thread_idle after ctx deletedHao Xu
2021-04-25io_uring: add full-fledged dynamic buffers supportPavel Begunkov
2021-04-25io_uring: implement fixed buffers registration similar to fixed filesBijan Mottahedeh
2021-04-25io_uring: prepare fixed rw for dynanic buffersPavel Begunkov
2021-04-25io_uring: keep table of pointers to ubufsPavel Begunkov
2021-04-25io_uring: add generic rsrc update with tagsPavel Begunkov
2021-04-25io_uring: add IORING_REGISTER_RSRCPavel Begunkov
2021-04-25io_uring: enumerate dynamic resourcesPavel Begunkov
2021-04-25io_uring: add generic path for rsrc updatePavel Begunkov
2021-04-25io_uring: preparation for rsrc taggingPavel Begunkov
2021-04-25io_uring: decouple CQE filling from requestsPavel Begunkov
2021-04-25io_uring: return back rsrc data free helperPavel Begunkov
2021-04-25io_uring: move __io_sqe_files_unregisterPavel Begunkov
2021-04-23ovl: fix reference counting in ovl_mmap error pathChristian König
2021-04-23coda: fix reference counting in coda_file_mmap error pathChristian König
2021-04-23io_uring: check sqring and iopoll_list before sheduleHao Xu
2021-04-23afs: Use the netfs_write_begin() helperDavid Howells
2021-04-23afs: Use new netfs lib read helper APIDavid Howells
2021-04-23afs: Use the fs operation ops to handle FetchData completionDavid Howells
2021-04-23afs: Prepare for use of THPsDavid Howells
2021-04-23afs: Extract writeback extension into its own functionDavid Howells
2021-04-23afs: Wait on PG_fscache before modifying/releasing a pageDavid Howells
2021-04-23afs: Use ITER_XARRAY for writingDavid Howells
2021-04-23afs: Set up the iov_iter before calling afs_extract_data()David Howells
2021-04-23afs: Log remote unmarshalling errorsDavid Howells
2021-04-23afs: Don't truncate iter during data fetchDavid Howells