aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* kernel: Fix potential refcount leak in su checkTom Marshall2017-06-071-1/+3
* kernel: Only expose su when daemon is runningTom Marshall2017-06-073-0/+33
* ext4: short-cut orphan cleanup on errorVegard Nossum2017-05-101-0/+10
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2017-05-101-4/+6
* ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2017-03-171-0/+8
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-03-171-0/+9
* BACKPORT: aio: mark AIO pseudo-fs noexecNick Desaulniers2017-03-171-0/+4
* isofs: Fix infinite looping over CE entriesJan Kara2017-03-171-0/+6
* block: fix use-after-free in sys_ioprio_get()Omar Sandoval2016-11-091-0/+2
* mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman2016-10-271-0/+3
* vfs: more mnt_parent cleanupsAl Viro2016-10-274-55/+29
* vfs: new internal helper: mnt_has_parent(mnt)Al Viro2016-10-275-12/+18
* mnt: Only change user settable mount flags in remountEric W. Biederman2016-10-271-1/+1
* vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds2016-10-271-0/+4
* fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers2016-10-131-0/+7
* mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2016-10-121-1/+5
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-10-121-2/+45
* pipe: Fix buffer offset after partially failed readBen Hutchings2016-10-121-1/+4
* pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings2016-10-121-23/+32
* fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2016-10-121-1/+1
* ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov2016-10-121-4/+3
* pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov2016-10-121-0/+10
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2016-10-121-25/+40
* vfs: read file_handle only once in handle_to_pathSasha Levin2016-10-121-2/+3
* eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow2016-10-121-1/+0
* f2fs: fix to cover io->bio with io_rwsemJaegeuk Kim2016-06-051-3/+2
* f2fs: fix error path when fail to read inline dataChao Yu2016-06-052-5/+13
* f2fs: use list_for_each_entry{_safe} for simplyfying codeChao Yu2016-06-054-41/+24
* f2fs: avoid free slab cache under spinlockChao Yu2016-06-052-11/+33
* f2fs: avoid unneeded lookup when xattr name length is too longChao Yu2016-06-051-0/+2
* f2fs: avoid unnecessary bio submit when wait page writebackChao Yu2016-06-054-8/+34
* f2fs: return -EIO when node id is not matchedJaegeuk Kim2016-06-051-2/+1
* f2fs: avoid RECLAIM_FS-ON-W warningJaegeuk Kim2016-06-052-2/+2
* f2fs: skip unnecessary node writes during fsyncJaegeuk Kim2016-06-054-9/+32
* f2fs: introduce fi->i_sem to protect fi's infoJaegeuk Kim2016-06-056-4/+28
* f2fs: change reclaim rate in percentageJaegeuk Kim2016-06-052-2/+3
* f2fs: remove unnecessary thresholdJaegeuk Kim2016-06-053-11/+5
* f2fs: throttle the memory footprint with a sysfs entryJaegeuk Kim2016-06-054-6/+34
* f2fs: avoid to drop nat entries due to the negative nr_shrinkJaegeuk Kim2016-06-051-1/+1
* f2fs: call f2fs_wait_on_page_writeback instead of native functionJaegeuk Kim2016-06-055-19/+16
* f2fs: introduce nr_pages_to_write for segment alignmentJaegeuk Kim2016-06-054-19/+36
* f2fs: increase pages_skipped when skipping writepagesJaegeuk Kim2016-06-053-7/+16
* f2fs: avoid small data writes by skipping writepagesJaegeuk Kim2016-06-054-9/+26
* f2fs: introduce get_dirty_dents for readabilityJaegeuk Kim2016-06-053-2/+7
* f2fs: fix incorrect parsing with option stringChao Yu2016-06-051-2/+2
* f2fs: avoid to return incorrect errno of read_normal_summariesChao Yu2016-06-051-3/+7
* f2fs: introduce f2fs_has_xattr_block for better readabilityChao Yu2016-06-053-3/+8
* f2fs: print type for each segment in segment_info's showChao Yu2016-06-051-1/+9
* f2fs: check upper bound of ino value in f2fs_nfs_get_inodeChao Yu2016-06-051-0/+2
* f2fs: introduce f2fs_has_inline_xattr for better readabilityChao Yu2016-06-052-3/+8