summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs, mm: account buffer_head to kmemcgShakeel Butt2018-08-171-2/+10
* fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-176-9/+30
* ext4: readpages() should submit IO as read-aheadJens Axboe2018-08-173-5/+7
* btrfs: readpages() should submit IO as read-aheadJens Axboe2018-08-171-1/+1
* mpage: mpage_readpages() should submit IO as read-aheadJens Axboe2018-08-172-10/+24
* mpage: add argument structure for do_mpage_readpage()Jens Axboe2018-08-171-52/+57
* fs/seq_file.c: simplify seq_file iteration code and interfaceNeilBrown2018-08-171-33/+21
* vfs: discard ATTR_ATTR_FLAGNeilBrown2018-08-171-1/+1
* fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa2018-08-171-1/+2
* ocfs2: make several functions and variables static (and some const)Colin Ian King2018-08-173-10/+10
* ocfs2: clean up some unnecessary codewangyan2018-08-173-19/+5
* ocfs2: return -EROFS when filesystem becomes read-onlyJun Piao2018-08-173-37/+30
* ntfs: mft: remove VLA usageKees Cook2018-08-171-2/+10
* ntfs: decompress: remove VLA usageKees Cook2018-08-171-12/+16
* ntfs: aops: remove VLA usageKees Cook2018-08-171-1/+4
* fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior2018-08-171-4/+0
* fs/hpfs: extend gmt_to_local() conversion to 64-bit timesArnd Bergmann2018-08-172-9/+16
* fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann2018-08-172-18/+21
* fs/ufs: use ktime_get_real_seconds for sb and cg timestampsArnd Bergmann2018-08-174-5/+19
* dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-173-3/+2
* Merge tag 'for-linus-4.19-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-162-12/+10
|\
| * orangefs: remove redundant pointer orangefs_inodeColin Ian King2018-08-141-3/+0
| * orangefs: Adding new return type vm_fault_tSouptick Joarder2018-08-141-9/+10
* | Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2018-08-151-1/+1
|\ \
| * | jfs: use time64_t for otimeArnd Bergmann2018-06-191-1/+1
* | | Merge tag 'gfs2-4.19.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-1520-570/+752
|\ \ \
| * | | gfs2: eliminate update_rgrp_lvb_unlinkedBob Peterson2018-08-081-9/+2
| * | | gfs2: Fix gfs2_testbit to use clone bitmapsBob Peterson2018-08-072-25/+40
| * | | gfs2: Get rid of gfs2_ea_strlenAndreas Gruenbacher2018-08-031-37/+22
| * | | gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_outBob Peterson2018-07-261-17/+13
| * | | gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher2018-07-251-1/+1
| * | | GFS2: rgrp free blocks used incorrectlyBob Peterson2018-07-251-5/+34
| * | | gfs2: remove redundant variable 'moved'Colin Ian King2018-07-251-3/+1
| * | | gfs2: use iomap_readpage for blocksize == PAGE_SIZEAndreas Gruenbacher2018-07-251-1/+5
| * | | gfs2: Use iomap for stuffed direct I/O readsAndreas Gruenbacher2018-07-251-6/+0
| * | | Merge branch 'iomap-4.19-merge' into linux-gfs2/for-nextAndreas Gruenbacher2018-07-253-47/+415
| |\ \ \
| * | | | gfs2: fallocate_chunk: Always initialize struct iomapAndreas Gruenbacher2018-07-251-1/+2
| * | | | GFS2: Fix recovery issues for spectatorsBob Peterson2018-07-253-8/+30
| * | | | Merge branch 'iomap-write' into linux-gfs2/for-nextAndreas Gruenbacher2018-07-24441-7158/+6539
| |\ \ \ \
| | * | | | gfs2: Remove gfs2_write_{begin,end}Andreas Gruenbacher2018-07-021-213/+0
| | * | | | gfs2: iomap direct I/O supportAndreas Gruenbacher2018-07-023-110/+136
| | * | | | gfs2: gfs2_extent_length cleanupAndreas Gruenbacher2018-07-021-16/+8
| | * | | | gfs2: iomap buffered write supportAndreas Gruenbacher2018-07-024-43/+338
| | * | | | gfs2: Further iomap cleanupsAndreas Gruenbacher2018-07-022-33/+43
| * | | | | fs: gfs2: Adding new return type vm_fault_tSouptick Joarder2018-07-241-1/+1
| * | | | | gfs2: using posix_acl_xattr_size instead of posix_acl_to_xattrChengguang Xu2018-07-241-4/+2
| * | | | | gfs2: Don't reject a supposedly full bitmap if we have blocks reservedBob Peterson2018-07-241-1/+2
| * | | | | gfs2: Eliminate redundant ip->i_rgdAndreas Gruenbacher2018-07-054-11/+10
| * | | | | gfs2: Stop messing with ip->i_rgd in the rlist codeAndreas Gruenbacher2018-07-041-6/+22
| * | | | | gfs2: call ktime_get_coarse_real_ts64() directlyArnd Bergmann2018-06-211-1/+1
OpenPOWER on IntegriCloud