summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-08-153-62/+17
|\
| * 9p: Remove unneeded cast from memory allocationLi Heng2020-07-311-2/+1
| * 9p: remove unused code in 9pJianyong Wu2020-07-191-53/+0
| * 9p: Fix memory leak in v9fs_mountZheng Bin2020-07-191-3/+2
| * 9p: retrieve fid from file when file instance exist.Jianyong Wu2020-07-192-4/+14
* | Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-08-153-2/+4
|\ \
| * | SMB3: Fix mkdir when idsfromsid configured on mountSteve French2020-08-131-0/+1
| * | cifs: Convert to use the fallthrough macroMiaohe Lin2020-08-101-2/+2
| * | cifs: Fix an error pointer dereference in cifs_mount()Dan Carpenter2020-08-061-0/+1
* | | Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-08-1523-121/+2274
|\ \ \
| * | | NFS: Fix flexfiles read failoverTrond Myklebust2020-08-123-16/+40
| * | | fs: nfs: delete repeated words in commentsRandy Dunlap2020-08-122-2/+2
| * | | rpc_pipefs: convert comma to semicolonXu Wang2020-08-121-1/+1
| * | | nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2020-08-122-3/+5
| * | | NFS: Don't return layout segments that are in useTrond Myklebust2020-08-121-19/+15
| * | | NFS: Don't move layouts to plh_return_segs list while in useTrond Myklebust2020-08-121-11/+1
| * | | NFS: Add layout segment info to pnfs read/write/commit tracepointsTrond Myklebust2020-08-121-6/+36
| * | | NFS: Add tracepoints for layouterror and layoutstats.Trond Myklebust2020-08-052-2/+10
| * | | NFS: Report the stateid + status in trace_nfs4_layoutreturn_on_close()Trond Myklebust2020-08-052-2/+2
| * | | nfs: nfs_file_write() should check for writeback errorsScott Mayhew2020-08-041-3/+9
| * | | nfs: ensure correct writeback errors are returned on close()Scott Mayhew2020-08-012-2/+8
| * | | NFSv4.2: xattr cache: get rid of cache discard work queueFrank van der Linden2020-07-301-32/+5
| * | | NFS: remove redundant initialization of variable resultColin Ian King2020-07-281-1/+1
| * | | NFSv4.0 allow nconnect for v4.0Olga Kornievskaia2020-07-171-1/+1
| * | | freezer: Add unsafe versions of freezable_schedule_timeout_interruptible for NFSHe Zhe2020-07-171-1/+1
| * | | Merge branch 'xattr-devel'Trond Myklebust2020-07-1714-41/+2163
| |\ \ \
| | * | | NFSv4.2: add client side xattr caching.Frank van der Linden2020-07-137-8/+1172
| | * | | NFSv4.2: hook in the user extended attribute handlersFrank van der Linden2020-07-131-2/+121
| | * | | NFSv4.2: add the extended attribute proc functions.Frank van der Linden2020-07-132-0/+244
| | * | | nfs: make the buf_to_pages_noslab function available to the nfs codeFrank van der Linden2020-07-132-2/+4
| | * | | nfs: define and use the NFS_INO_INVALID_XATTR flagFrank van der Linden2020-07-133-3/+10
| | * | | nfs: modify update_changeattr to deal with regular filesFrank van der Linden2020-07-132-26/+49
| | * | | NFSv4.2: query the extended attribute access bitsFrank van der Linden2020-07-132-0/+10
| | * | | nfs: define nfs_access_get_cached functionFrank van der Linden2020-07-131-4/+16
| | * | | NFSv4.2: add client side XDR handling for extended attributesFrank van der Linden2020-07-132-2/+372
| | * | | NFSv4.2: query the server for extended attribute supportFrank van der Linden2020-07-133-1/+30
| | * | | NFSv4.2: define limits and sizes for user xattr handlingFrank van der Linden2020-07-135-2/+144
| | | |/ | | |/|
| * | | pNFS/flexfiles: The mirror count could depend on the layout segment rangeTrond Myklebust2020-07-121-2/+2
| * | | pNFS/flexfiles: Clean up redundant calls to pnfs_put_lseg()Trond Myklebust2020-07-121-8/+2
| * | | NFS: Allow applications to speed up readdir+statx() using AT_STATX_DONT_SYNCTrond Myklebust2020-07-121-1/+3
| |/ /
* | | fs: autofs: delete repeated words in commentsRandy Dunlap2020-08-141-2/+2
* | | exec: restore EACCES of S_ISDIR execve()Kees Cook2020-08-141-1/+3
* | | Merge tag 'for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-08-139-25/+65
|\ \ \
| * | | btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo2020-08-123-0/+20
| * | | btrfs: fix return value mixup in btrfs_get_extentPavel Machek2020-08-111-1/+1
| * | | btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_del_qgroups()Qu Wenruo2020-08-101-3/+5
| * | | btrfs: check correct variable after allocation in btrfs_backref_iter_allocBoleyn Su2020-08-101-1/+1
| * | | btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik2020-08-101-0/+6
| * | | btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana2020-08-101-6/+2
| * | | btrfs: don't show full path of bind mounts in subvol=Josef Bacik2020-08-101-2/+8