summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Log the reason for log flushes in every log headerBob Peterson2018-01-2310-26/+45
* GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-2314-57/+104
* gfs2: Get rid of gfs2_log_header_inAndreas Gruenbacher2018-01-223-30/+17
* gfs2: Minor gfs2_page_add_databufs cleanupAndreas Gruenbacher2018-01-181-6/+7
* gfs2: Add gfs2_max_stuffed_sizeAndreas Gruenbacher2018-01-185-16/+17
* gfs2: Typo fixesAndreas Gruenbacher2018-01-181-3/+2
* Merge branch 'punch-hole' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Bob Peterson2018-01-18188-1100/+1904
|\
| * gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)Andreas Gruenbacher2018-01-183-8/+134
| * gfs2: Turn trunc_dealloc into punch_holeAndreas Gruenbacher2018-01-181-59/+120
| * gfs2: Generalize truncate codeAndreas Gruenbacher2018-01-181-47/+75
| * Turn gfs2_block_truncate_page into gfs2_block_zero_rangeAndreas Gruenbacher2018-01-171-8/+10
| * gfs2: Improve non-recursive delete algorithmAndreas Gruenbacher2018-01-171-20/+31
| * gfs2: Fix metadata read-ahead during truncateAndreas Gruenbacher2018-01-171-17/+25
| * gfs2: Clean up {lookup,fillup}_metapathAndreas Gruenbacher2018-01-171-44/+30
| * gfs2: Remove minor gfs2_journaled_truncate inefficienciesAndreas Gruenbacher2018-01-171-0/+13
| * gfs2: truncate: Remove unnecessary oldsize parametersAndreas Gruenbacher2018-01-171-10/+7
| * gfs2: Clean up trunc_start error pathAndreas Gruenbacher2018-01-171-10/+5
| * gfs2: Remove pointless BUG_ONAndreas Gruenbacher2018-01-171-1/+0
| * gfs2: Add gfs2_blk2rgrpd comment and fix incorrect useSteven Whitehouse2018-01-172-1/+8
| * Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook2017-12-171-6/+1
| * cramfs: fix MTD dependencyArnd Bergmann2017-12-171-0/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-12-172-19/+19
| |\
| | * VFS: Handle lazytime in do_mount()Markus Trippelsdorf2017-12-091-0/+1
| | * alloc_super(): do ->s_umount initialization earlierAl Viro2017-12-051-19/+18
| * | Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-12-174-0/+16
| |\ \
| | * | ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-111-0/+4
| | * | ext4: add missing error check in __ext4_new_inode()Theodore Ts'o2017-12-101-0/+2
| | * | ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan2017-12-031-0/+1
| | * | ext4: support fast symlinks from ext3 file systemsAndi Kleen2017-12-031-0/+9
| * | | Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-163-4/+26
| |\ \ \
| | * | | nfs: don't wait on commit in nfs_commit_inode() if there were no commit requestsScott Mayhew2017-12-151-0/+2
| | * | | nfs: fix a deadlock in nfs client initializationScott Mayhew2017-12-152-4/+24
| * | | | Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-151-2/+1
| * | | | Merge tag 'ceph-for-4.15-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2017-12-151-4/+38
| |\ \ \ \
| | * | | | ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng2017-12-081-4/+38
| | | |/ / | | |/| |
| * | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-157-26/+103
| |\ \ \ \
| | * | | | ovl: fix overlay: warning prefixAmir Goldstein2017-12-142-2/+3
| | * | | | ovl: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-12-111-1/+1
| | * | | | ovl: Sync upper dirty data when syncing overlayfsChengguang Xu2017-12-111-4/+15
| | * | | | ovl: update ctx->pos on impure dir iterationAmir Goldstein2017-12-111-1/+4
| | * | | | ovl: Pass ovl_get_nlink() parameters in right orderVivek Goyal2017-12-111-1/+1
| | * | | | ovl: don't follow redirects if redirect_dir=offMiklos Szeredi2017-12-114-17/+79
| | |/ / /
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-12-143-5/+6
| |\ \ \ \
| | * | | | kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-141-0/+3
| | * | | | exec: avoid gcc-8 warning for get_task_commArnd Bergmann2017-12-141-4/+3
| | * | | | autofs: fix careless error in recent commitNeilBrown2017-12-141-1/+0
| * | | | | Merge tag '4.15-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-12-142-16/+17
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | CIFS: don't log STATUS_NOT_FOUND errors for DFSAurelien Aptel2017-12-061-1/+2
| | * | | | cifs: fix NULL deref in SMB2_readRonnie Sahlberg2017-12-061-15/+15
| | |/ / /
| * | | | Merge tag 'xfs-4.15-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-12-1311-57/+15
| |\ \ \ \