summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | SMB3: Allow persistent handle timeout to be configurable on mountSteve French2019-04-015-5/+53
| * | | | | | smb3: Fix enumerating snapshots to AzureSteve French2019-04-014-28/+58
| * | | | | | cifs: fix kref underflow in close_shroot()Ronnie Sahlberg2019-04-011-9/+7
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2019-04-011-188/+150
| |\ \ \ \ \
| | * | | | | aio: move sanity checks and request allocation to io_submit_one()Al Viro2019-03-171-66/+53
| | * | | | | deal with get_reqs_available() in aio_get_req() itselfAl Viro2019-03-171-6/+6
| | * | | | | aio: move dropping ->ki_eventfd into iocb_destroy()Al Viro2019-03-171-9/+8
| | * | | | | make aio_read()/aio_write() return intAl Viro2019-03-171-6/+6
| | * | | | | Fix aio_poll() racesAl Viro2019-03-171-50/+40
| | * | | | | aio: store event at final iocb_put()Al Viro2019-03-171-16/+17
| | * | | | | aio: keep io_event in aio_kiocbAl Viro2019-03-171-18/+13
| | * | | | | aio: fold lookup_kiocb() into its sole callerAl Viro2019-03-171-22/+7
| | * | | | | pin iocb through aio.Linus Torvalds2019-03-171-16/+21
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-04-014-13/+14
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | debugfs: fix use-after-free on symlink traversalAl Viro2019-04-011-4/+9
| | * | | | | ubifs: fix use-after-free on symlink traversalAl Viro2019-04-011-3/+1
| | * | | | | jffs2: fix use-after-free on symlink traversalAl Viro2019-04-012-6/+4
| | |/ / / /
* | / / / / block: remove CONFIG_LBDAFChristoph Hellwig2019-04-068-57/+15
|/ / / / /
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-295-21/+34
|\ \ \ \ \
| * | | | | fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-03-291-1/+2
| * | | | | fs: fs_parser: fix printk format warningRandy Dunlap2019-03-291-1/+1
| * | | | | fs/proc/kcore.c: make kcore_modules staticYueHaibing2019-03-291-1/+1
| * | | | | ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong2019-03-291-18/+24
| * | | | | fs/open.c: allow opening only regular files during execve()Tetsuo Handa2019-03-291-0/+6
* | | | | | Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-291-2/+24
|\ \ \ \ \ \
| * | | | | | io_uring: offload write to async worker in case of -EAGAINRoman Penyaev2019-03-251-1/+15
| * | | | | | io_uring: fix big-endian compat signal mask handlingArnd Bergmann2019-03-251-1/+9
* | | | | | | Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | ceph: fix use-after-free on symlink traversalAl Viro2019-03-271-1/+1
* | | | | | | | Merge tag 'xfs-5.1-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-03-295-17/+49
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | xfs: serialize unaligned dio writes against all other dio writesBrian Foster2019-03-261-10/+17
| * | | | | | | xfs: prohibit fstrim in norecovery modeDarrick J. Wong2019-03-251-0/+8
| * | | | | | | xfs: always init bma in xfs_bmapi_writeDarrick J. Wong2019-03-191-5/+5
| * | | | | | | xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong2019-03-191-1/+10
| * | | | | | | xfs: dabtree scrub needs to range-check levelDarrick J. Wong2019-03-191-0/+5
| * | | | | | | xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster2019-03-171-1/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | afs: Fix StoreData op marshallingDavid Howells2019-03-282-4/+4
* | | | | | | Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-03-264-7/+8
|\ \ \ \ \ \ \
| * | | | | | | pNFS/flexfiles: Fix layoutstats handling during read failoversTrond Myklebust2019-03-231-1/+4
| * | | | | | | NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust2019-03-231-1/+1
| * | | | | | | NFSv4.1 don't free interrupted slot on openOlga Kornievskaia2019-03-191-1/+2
| * | | | | | | NFS: fix mount/umount race in nlmclnt.NeilBrown2019-03-181-2/+1
| * | | | | | | NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()Catalin Marinas2019-03-181-2/+0
| |/ / / / / /
* | | | | | | Merge tag 'for-5.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-266-21/+72
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2019-03-201-8/+1
| * | | | | | btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov2019-03-191-1/+1
| * | | | | | btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksNikolay Borisov2019-03-191-2/+2
| * | | | | | btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi2019-03-181-1/+2
| * | | | | | btrfs: don't report readahead errors and don't update statisticsDavid Sterba2019-03-131-1/+1
| * | | | | | Btrfs: fix file corruption after snapshotting due to mix of buffered/DIO writesFilipe Manana2019-03-131-6/+43