summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-10-12ceph: add a note explaining session reject error stringIlya Dryomov1-0/+4
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov5-26/+26
2020-10-12ceph: have ceph_writepages_start call pagevec_lookup_range_tagJeff Layton1-3/+2
2020-10-12ceph: use kill_anon_super helperJeff Layton1-3/+1
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesXiubo Li5-3/+74
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li8-30/+26
2020-10-12ceph: drop special-casing for ITER_PIPE in ceph_sync_readJeff Layton1-47/+24
2020-10-12ceph: add column 'mds' to show caps in more user friendlyYanhu Cao1-3/+4
2020-10-12ceph: remove unnecessary return in switch statementLuis Henriques1-2/+0
2020-10-12ceph: encode inodes' parent/d_name in cap reconnect messageYan, Zheng1-28/+61
2020-10-12fuse: connection remove fixMiklos Szeredi1-0/+7
2020-10-12cifs: compute full_path already in cifs_readdir()Ronnie Sahlberg1-14/+16
2020-10-12cifs: return cached_fid from open_shrootRonnie Sahlberg3-13/+23
2020-10-12update structure definitions from updated protocol documentationSteve French1-7/+57
2020-10-12smb3: add defines for new crypto algorithmsSteve French1-0/+2
2020-10-12Convert trailing spaces and periods in path componentsBoris Protopopov1-1/+7
2020-10-11ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng1-4/+6
2020-10-11ubifs: Don't parse authentication mount options in remount processZhihao Cheng1-6/+12
2020-10-11ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng1-2/+14
2020-10-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+5
2020-10-11cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-10-10io_uring: keep a pointer ref_node in file_dataPavel Begunkov1-8/+6
2020-10-10io_uring: refactor *files_register()'s error pathsPavel Begunkov1-46/+32
2020-10-10io_uring: clean file_data access in files_registerPavel Begunkov1-36/+33
2020-10-10io_uring: don't delay io_init_req() error checkPavel Begunkov1-2/+1
2020-10-10io_uring: clean leftovers after splitting issuePavel Begunkov1-8/+6
2020-10-10io_uring: remove timeout.list after hrtimer cancelPavel Begunkov1-9/+2
2020-10-10io_uring: use a separate struct for timeout_removePavel Begunkov1-9/+9
2020-10-10io_uring: improve submit_state.ios_left accountingPavel Begunkov1-5/+5
2020-10-10io_uring: simplify io_file_get()Pavel Begunkov1-16/+14
2020-10-10io_uring: kill extra check in fixed io_file_get()Pavel Begunkov1-2/+1
2020-10-10io_uring: clean up ->files grabbingPavel Begunkov1-39/+13
2020-10-10io_uring: don't io_prep_async_work() linked reqsPavel Begunkov1-3/+0
2020-10-09f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inodeChao Yu1-0/+3
2020-10-09io_uring: Convert advanced XArray uses to the normal APIMatthew Wilcox (Oracle)1-12/+2
2020-10-09io_uring: Fix XArray usage in io_uring_add_task_fileMatthew Wilcox (Oracle)1-12/+9
2020-10-09io_uring: Fix use of XArray in __io_uring_files_cancelMatthew Wilcox (Oracle)1-14/+5
2020-10-09fuse: implement crossmountsMax Reitz4-3/+105
2020-10-09NFSv4: Use the net namespace uniquifier if it is setTrond Myklebust1-4/+17
2020-10-09NFSv4: Clean up initialisation of uniquified client id stringsTrond Myklebust1-41/+34
2020-10-09f2fs: reject CASEFOLD inode flag without casefold featureEric Biggers1-0/+7
2020-10-09f2fs: fix memory alignment to support 32bitJaegeuk Kim1-1/+1
2020-10-09io_uring: fix break condition for __io_uring_register() waitingJens Axboe1-3/+3
2020-10-09erofs: remove unnecessary enum entriesChengguang Xu1-2/+0
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-31/+82
2020-10-08Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-22/+12
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells3-9/+50
2020-10-08direct-io: defer alignment check until after the EOF checkGabriel Krisman Bertazi1-8/+8
2020-10-08direct-io: don't force writeback for reads beyond EOFGabriel Krisman Bertazi1-13/+11
2020-10-08direct-io: clean up error paths of do_blockdev_direct_IOGabriel Krisman Bertazi1-21/+14