summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-2767-1995/+1641
|\
| * ovl: remove unneeded ioctlsMiklos Szeredi2021-04-123-116/+0
| * fuse: convert to fileattrMiklos Szeredi2021-04-123-10/+141
| * fuse: add internal open/release helpersMiklos Szeredi2021-04-122-17/+40
| * fuse: unsigned open flagsMiklos Szeredi2021-04-123-4/+6
| * fuse: move ioctl to separate source fileMiklos Szeredi2021-04-124-381/+394
| * vfs: remove unused ioctl helpersMiklos Szeredi2021-04-121-87/+0
| * ubifs: convert to fileattrMiklos Szeredi2021-04-124-42/+43
| * reiserfs: convert to fileattrMiklos Szeredi2021-04-125-70/+64
| * ocfs2: convert to fileattrMiklos Szeredi2021-04-125-48/+27
| * nilfs2: convert to fileattrMiklos Szeredi2021-04-124-43/+25
| * jfs: convert to fileattrMiklos Szeredi2021-04-125-85/+49
| * hfsplus: convert to fileattrMiklos Szeredi2021-04-124-95/+59
| * efivars: convert to fileattrMiklos Szeredi2021-04-122-77/+44
| * xfs: convert to fileattrMiklos Szeredi2021-04-126-204/+80
| * orangefs: convert to fileattrMiklos Szeredi2021-04-122-79/+50
| * gfs2: convert to fileattrMiklos Szeredi2021-04-123-43/+27
| * f2fs: convert to fileattrMiklos Szeredi2021-04-123-178/+43
| * ext4: convert to fileattrMiklos Szeredi2021-04-124-174/+50
| * ext2: convert to fileattrMiklos Szeredi2021-04-124-60/+39
| * btrfs: convert to fileattrMiklos Szeredi2021-04-123-192/+41
| * ovl: stack fileattr opsMiklos Szeredi2021-04-123-0/+82
| * ecryptfs: stack fileattr opsMiklos Szeredi2021-04-121-0/+22
| * vfs: add fileattr opsMiklos Szeredi2021-04-121-0/+325
* | Merge branch 'work.coredump' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-273-34/+45
|\ \
| * | coredump: don't bother with do_truncate()Al Viro2021-03-083-34/+45
* | | Merge branch 'work.inode-type-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-2727-156/+218
|\ \ \
| * | | 9p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro2021-03-131-7/+3
| * | | openpromfs: don't do unlock_new_inode() until the new inode is set upAl Viro2021-03-131-34/+33
| * | | hostfs_mknod(): don't bother with init_special_inode()Al Viro2021-03-131-1/+0
| * | | cifs: have cifs_fattr_to_inode() refuse to change type on live inodeAl Viro2021-03-134-32/+18
| * | | cifs: have ->mkdir() handle race with another client sanelyAl Viro2021-03-131-1/+11
| * | | do_cifs_create(): don't set ->i_mode of something we had not createdAl Viro2021-03-131-9/+10
| * | | gfs2: be careful with inode refreshAl Viro2021-03-131-8/+14
| * | | ocfs2_inode_lock_update(): make sure we don't change the type bits of i_modeAl Viro2021-03-131-2/+10
| * | | orangefs_inode_is_stale(): i_mode type bits do *not* form a bitmap...Al Viro2021-03-131-1/+1
| * | | vboxsf: don't allow to change the inode typeAl Viro2021-03-134-31/+49
| * | | afs: Fix updating of i_mode due to 3rd party changeDavid Howells2021-03-081-3/+3
| * | | ceph: don't allow type or device number to change on non-I_NEW inodesJeff Layton2021-03-082-5/+30
| * | | ceph: fix up error handling with snapdirsJeff Layton2021-03-083-5/+20
| * | | new helper: inode_wrong_type()Al Viro2021-03-089-18/+17
| |/ /
* | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-2718-30/+38
|\ \ \
| * | | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-0918-30/+38
| | |/ | |/|
* | | Merge tag 'pstore-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-272-3/+22
|\ \ \
| * | | pstore: Add mem_type property DT parsing supportMukesh Ojha2021-03-312-3/+22
| | |/ | |/|
* | | Merge tag 'seccomp-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-271-0/+2
|\ \ \
| * | | seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com2021-03-311-0/+2
| |/ /
* | | Merge tag 'for-5.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-04-2644-1582/+2943
|\ \ \
| * | | btrfs: zoned: automatically reclaim zonesJohannes Thumshirn2021-04-209-2/+173
| * | | btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lockJohannes Thumshirn2021-04-204-30/+31