summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-07-136-95/+36
|\
| * ext2: Fix memory leak when truncate races ext2_get_blocksErnesto A. Fernández2017-07-131-0/+1
| * reiserfs: fix race in prealloc discardJeff Mahoney2017-06-231-2/+10
| * reiserfs: don't preallocate blocks for extended attributesJeff Mahoney2017-06-231-1/+1
| * udf: Convert udf_disk_stamp_to_time() to use mktime64()Jan Kara2017-06-141-51/+2
| * udf: Use time64_to_tm for timestamp conversionJan Kara2017-06-141-34/+11
| * udf: Fix deadlock between writeback and udf_setsize()Jan Kara2017-06-141-2/+2
| * udf: Use i_size_read() in udf_adinicb_writepage()Jan Kara2017-06-141-1/+2
| * udf: Fix races with i_size changes during readpageJan Kara2017-06-141-2/+7
| * udf: Remove unused UDF_DEFAULT_BLOCKSIZEJan Kara2017-06-131-2/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-137-13/+138
|\ \
| * | writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov2017-07-121-4/+4
| * | xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko2017-07-121-0/+10
| * | fault-inject: support systematic fault injectionDmitry Vyukov2017-07-121-0/+52
| * | kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov2017-07-121-0/+2
| * | kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov2017-07-121-0/+42
| * | procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov2017-07-121-2/+6
| * | fs/Kconfig: kill CONFIG_PERCPU_RWSEM some moreDavidlohr Bueso2017-07-121-1/+0
| * | bfs: fix sanity checks for empty filesRakesh Pandit2017-07-121-1/+1
| * | sysctl: add unsigned int range supportLuis R. Rodriguez2017-07-121-1/+3
| * | sysctl: simplify unsigned int supportLuis R. Rodriguez2017-07-121-0/+14
| * | sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez2017-07-121-5/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-07-122-14/+31
|\ \ \ | |/ / |/| |
| * | proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman2017-07-112-14/+31
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-1210-383/+1418
|\ \ \
| * | | ovl: mark parent impure and restore timestamp on ovl_link_up()Amir Goldstein2017-07-041-24/+33
| * | | ovl: cleanup orphan index entriesAmir Goldstein2017-07-045-5/+77
| * | | ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein2017-07-045-3/+204
| * | | ovl: implement index dir copy upAmir Goldstein2017-07-043-37/+103
| * | | ovl: move copy up lock outMiklos Szeredi2017-07-041-25/+13
| * | | ovl: rearrange copy upMiklos Szeredi2017-07-041-36/+50
| * | | ovl: add flag for upper in ovl_entryMiklos Szeredi2017-07-047-2/+31
| * | | ovl: use struct copy_up_ctx as function argumentMiklos Szeredi2017-07-041-82/+78
| * | | ovl: base tmpfile in workdir tooMiklos Szeredi2017-07-041-5/+3
| * | | ovl: factor out ovl_copy_up_inode() helperAmir Goldstein2017-07-041-17/+29
| * | | ovl: extract helper to get temp file in copy upMiklos Szeredi2017-07-041-18/+41
| * | | ovl: defer upper dir lock to tempfile linkAmir Goldstein2017-07-042-30/+38
| * | | ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi2017-07-043-9/+44
| * | | ovl: cleanup bad and stale index entries on mountAmir Goldstein2017-07-045-10/+130
| * | | ovl: lookup index entry for copy up originAmir Goldstein2017-07-043-2/+116
| * | | ovl: verify index dir matches upper dirAmir Goldstein2017-07-044-8/+27
| * | | ovl: verify upper root dir matches lower root dirAmir Goldstein2017-07-044-15/+101
| * | | ovl: introduce the inodes index dir featureAmir Goldstein2017-07-046-7/+108
| * | | ovl: generalize ovl_create_workdir()Amir Goldstein2017-07-041-16/+25
| * | | ovl: relax same fs constrain for ovl_check_origin()Amir Goldstein2017-07-041-18/+24
| * | | ovl: get exclusive ownership on upper/work dirsAmir Goldstein2017-07-042-3/+29
| * | | vfs: introduce inode 'inuse' lockAmir Goldstein2017-07-042-0/+33
| * | | ovl: move cache and version to ovl_inodeMiklos Szeredi2017-07-043-17/+13
| * | | ovl: use ovl_inode mutex to synchronize concurrent copy upAmir Goldstein2017-07-043-20/+11
| * | | ovl: move impure to ovl_inodeMiklos Szeredi2017-07-046-17/+26