summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-033-26/+4Star
* ubifs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-033-135/+45Star
* orangefs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-031-31/+4Star
* nfsd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-033-16/+5Star
* debugfs: provide pr_fmt() macroGreg Kroah-Hartman2019-07-031-1/+3
* debugfs: log errors when something goes wrongGreg Kroah-Hartman2019-07-031-5/+20
* btrfs: sysfs: Replace default_attrs in ktypes with groupsKimberly Brown2019-06-211-3/+5
* f2fs: replace ktype default_attrs with default_groupsKimberly Brown2019-06-131-2/+4
* dlm: Replace default_attrs in dlm_ktype with default_groupsKimberly Brown2019-06-131-1/+2
* ext4: replace ktype default_attrs with default_groupsKimberly Brown2019-06-131-2/+4
* gfs2: replace ktype default_attrs with default_groupsKimberly Brown2019-06-131-1/+2
* debugfs: make debugfs_create_u32_array() return voidGreg Kroah-Hartman2019-06-031-10/+4Star
* btrfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-8/+2Star
* Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-022-10/+17
|\
| * block: Don't revalidate bdev of hidden gendiskJan Kara2019-05-271-9/+16
| * io_uring: Fix __io_uring_register() false successPavel Begunkov2019-05-261-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-06-021-0/+1
|\ \
| * | ocfs2: fix error path kobject memory leakTobin C. Harding2019-06-021-0/+1
* | | Merge tag 'nfsd-5.2-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-312-4/+4
|\ \ \
| * | | Revert "lockd: Show pid of lockd for remote locks"Benjamin Coddington2019-05-312-4/+4
| | |/ | |/|
* | | Merge tag 'v5.2-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-05-313-6/+11
|\ \ \ | |_|/ |/| |
| * | CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas2019-05-291-1/+3
| * | dfs_cache: fix a wrong use of kfree in flush_cache_ent()Gen Zhang2019-05-291-2/+2
| * | fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeMurphy Zhou2019-05-291-2/+4
| * | cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King2019-05-291-1/+2
| |/
* | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-31274-2958/+274Star
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-307-9/+7Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner2019-05-3036-112/+36Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-301-2/+1Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-3016-256/+16Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3014-126/+14Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173Thomas Gleixner2019-05-301-14/+1Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-302-20/+2Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3064-910/+64Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3049-245/+49Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-3082-1252/+82Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 142Thomas Gleixner2019-05-302-12/+2Star
| |/
* | Merge tag 'for-5.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-317-48/+128
|\ \
| * | Btrfs: fix race updating log root item during fsyncFilipe Manana2019-05-281-2/+6
| * | Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana2019-05-281-2/+12
| * | Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana2019-05-281-12/+0Star
| * | btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer deref...Qu Wenruo2019-05-281-1/+7
| * | btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON()Qu Wenruo2019-05-281-8/+19
| * | Btrfs: incremental send, fix emission of invalid clone operationsFilipe Manana2019-05-281-3/+43
| * | Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana2019-05-281-0/+6
| * | btrfs: correct zstd workspace manager lock to use spin_lock_bh()Dennis Zhou2019-05-281-10/+10
| * | btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov2019-05-281-10/+25
* | | configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala2019-05-281-8/+6Star
| |/ |/|
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-263-18/+19
|\ \
| * | ext4: fix dcache lookup of !casefolded directoriesGabriel Krisman Bertazi2019-05-251-1/+1