aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* sdcardfs: remove unneeded __init and __exitDaniel Rosenberg2017-04-111-2/+2
* sdcardfs: Remove unused codeDaniel Rosenberg2017-04-111-2/+0
* sdcardfs: remove effectless config optionDaniel Rosenberg2017-04-114-32/+1
* sdcardfs: Add support for d_canonicalizeDaniel Rosenberg2017-04-111-0/+1
* sdcardfs: Bring up to date with Android M permissions:Daniel Rosenberg2017-04-1110-611/+504
* sdcardfs: Changed type-cast in packagelist managementDaniel Campello2017-04-111-19/+21
* sdcardfs: port to 3.10Daniel Campello2017-04-1110-375/+129
* Initial port of sdcardfsDaniel Campello2017-04-1117-2/+4119
* Fix "Elevation of privilege vulnerability in kernel file system"fire8552017-04-111-5/+5
* ecryptfs: forbid opening files without mmap handlerJann Horn2017-04-111-2/+11
* BACKPORT: smarter propagate_mnt()Al Viro2017-04-113-77/+127
* BACKPORT: don't bother with propagate_mnt() unless the target is sharedAl Viro2017-04-111-10/+7
* BACKPORT: aio: mark AIO pseudo-fs noexecNick Desaulniers2017-04-111-0/+4
* pstore/ram: Use memcpy_fromio() to save old bufferAndrew Bresticker2017-04-111-2/+2
* pstore/ram: Use memcpy_toio instead of memcpyFurquan Shaikh2017-04-111-1/+1
* pstore/core: drop cmpxchg based updatesSebastian Andrzej Siewior2017-04-111-41/+2
* pstore: Fix buffer overflow while write offset equal to buffer sizeLiu ShuoX2017-04-111-2/+2
* 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