aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter2017-04-111-3/+4
* isofs: Do not return EACCES for unknown filesystemsJan Kara2017-04-111-3/+5
* fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov2017-04-111-3/+3
* NFSv4: Open state recovery must account for file permission changesTrond Myklebust2017-04-111-0/+3
* NFS: Don't drop CB requests with invalid principalsChuck Lever2017-04-111-1/+5
* NFSD: Using free_conn free connectionKinglong Mee2017-04-111-1/+2
* NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2017-04-111-0/+1
* ubifs: Fix regression in ubifs_readdir()Richard Weinberger2017-04-111-0/+8
* ubifs: Abort readdir upon errorRichard Weinberger2017-04-111-5/+4
* UBIFS: Fix possible memory leak in ubifs_readdir()Richard Weinberger2017-04-111-2/+3
* ubifs: Fix xattr_names length in exit pathsRichard Weinberger2017-04-111-0/+2
* ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé2017-04-111-1/+1
* ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2017-04-111-10/+24
* ocfs2/dlm: fix race between convert and migrationJoseph Qi2017-04-111-6/+6
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2017-04-111-0/+12
* libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong2017-04-111-2/+1
* xfs: fix superblock inprogress checkDave Chinner2017-04-111-1/+2
* reiserfs: Unlock superblock before calling reiserfs_quota_on_mount()Mike Galbraith2017-04-111-1/+11
* reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney2017-04-111-1/+2
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-04-112-1/+17
* ext4: allow DAX writeback for hole punchRoss Zwisler2017-04-111-2/+2
* ext4: reinforce check of i_dtime when clearing high fields of uid and gidDaeho Jeong2017-04-111-4/+4
* ext4: use __GFP_NOFAIL in ext4_free_blocks()Konstantin Khlebnikov2017-04-111-19/+28
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2017-04-114-36/+42
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2017-04-111-1/+17
* coredump: fix unfreezable coredumping taskAndrey Ryabinin2017-04-111-0/+3
* UPSTREAM: proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2017-04-111-1/+2
* fs/seq_file: fix out-of-bounds readVegard Nossum2017-04-111-1/+3
* Revert "proc: Remove verifiedbootstate flag from /proc/cmdline"mm-6.0Moyster2016-11-241-27/+1
* UPSTREAM: capabilities: ambient capabilitiesAndy Lutomirski2016-11-181-1/+4
* ext4: fix potential use after free in __ext4_journal_stopLukas Czerner2016-11-171-1/+7
* block: fix use-after-free in sys_ioprio_get()Omar Sandoval2016-11-171-0/+2
* mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2016-11-171-2/+5
* proc: Remove verifiedbootstate flag from /proc/cmdlineSultanxda2016-11-071-1/+27
* fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers2016-11-071-0/+7
* Fix: Elevation of privilege vulnerability in kernel file systemMarcos Marado2016-11-073-2/+12
* UPSTREAM: proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2016-11-071-3/+11
* UPSTREAM: proc: make proc_fd_permission() thread-friendlyOleg Nesterov2016-11-071-1/+1
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2016-11-0743-2/+96
* proc: introduce proc_mem_open()Oleg Nesterov2016-09-282-15/+23
* mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() raceOleg Nesterov2016-09-281-24/+9
* proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2016-09-282-5/+41
* proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov2016-09-283-5/+5
* fs/proc/task_mmu.c: update m->version in the main loop in m_start()Oleg Nesterov2016-09-281-1/+4
* fs/proc/task_mmu.c: reintroduce m->version logicOleg Nesterov2016-09-281-6/+19
* fs/proc/task_mmu.c: introduce m_next_vma() helperOleg Nesterov2016-09-281-5/+10
* fs/proc/task_mmu.c: simplify m_start() to make it readableOleg Nesterov2016-09-281-24/+10
* fs/proc/task_mmu.c: kill the suboptimal and confusing m->version logicOleg Nesterov2016-09-281-24/+1
* fs/proc/task_mmu.c: shift "priv->task = NULL" from m_start() to m_stop()Oleg Nesterov2016-09-281-6/+3
* fs/proc/task_mmu.c: cleanup the "tail_vma" horror in m_next()Oleg Nesterov2016-09-281-5/+3