summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* procfs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* openpromfs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* ocfs2: switch to ->free_inode()Al Viro2019-05-021-9/+3Star
* dlmfs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* nilfs2: switch to ->free_inode()Al Viro2019-05-022-11/+2Star
* nfs{,4}: switch to ->free_inode()Al Viro2019-05-024-11/+5Star
* minix: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* jffs2: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* isofs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* hpfs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* hostfs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* hfsplus: switch to ->free_inode()Al Viro2019-05-021-10/+3Star
* hfs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* gfs2: switch to ->free_inode()Al Viro2019-05-021-9/+3Star
* freevxfs: switch to ->free_inode()Al Viro2019-05-021-9/+2Star
* fat: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* f2fs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* ext2: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* efs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* debugfs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* cifs: switch to ->free_inode()Al Viro2019-05-021-9/+3Star
* bdev: switch to ->free_inode()Al Viro2019-05-021-11/+3Star
* bfs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* befs: switch to ->free_inode()Al Viro2019-05-021-9/+3Star
* affs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* adfs: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* 9p: switch to ->free_inode()Al Viro2019-05-023-11/+5Star
* new inode method: ->free_inode()Al Viro2019-05-021-22/+34
* Merge branch 'fixes' into work.icacheAl Viro2019-04-101-2/+2
|\
| * aio: use kmem_cache_free() instead of kfree()Wei Yongjun2019-04-051-1/+1
| * aio: Fix an error code in __io_submit_one()Dan Carpenter2019-04-031-1/+1
* | Merge tag 'for-linus-20190407' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-081-0/+1
|\ \
| * | io_uring: fix double free in case of fileset regitration failureJens Axboe2019-04-031-0/+1
* | | fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-04-062-2/+21
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-061-6/+14
|\ \ \
| * | | hugetlbfs: fix memory leak for resv_mapMike Kravetz2019-04-061-6/+14
* | | | Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2019-04-061-8/+9
|\ \ \ \ | |/ / / |/| | |
| * | | ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)2019-04-041-8/+9
| |/ /
* | | cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.Ronnie Sahlberg2019-04-011-5/+3Star
* | | 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/+7Star
| |/ |/|
* | Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2019-04-011-188/+150Star
|\ \
| * | aio: move sanity checks and request allocation to io_submit_one()Al Viro2019-03-181-66/+53Star
| * | deal with get_reqs_available() in aio_get_req() itselfAl Viro2019-03-181-6/+6
| * | aio: move dropping ->ki_eventfd into iocb_destroy()Al Viro2019-03-181-9/+8Star
| * | make aio_read()/aio_write() return intAl Viro2019-03-181-6/+6
| * | Fix aio_poll() racesAl Viro2019-03-181-50/+40Star
| * | aio: store event at final iocb_put()Al Viro2019-03-181-16/+17
| * | aio: keep io_event in aio_kiocbAl Viro2019-03-181-18/+13Star