aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-10-02UPSTREAM: time: create __getnstimeofday for WARNless callsKees Cook1-3/+7
2015-06-21UPSTREAM: dcache: Fix locking bugs in backported "deal with deadlock in d_wal...Ben Hutchings1-1/+3
2015-06-21UPSTREAM: deal with deadlock in d_walk()Al Viro1-39/+62
2015-06-20BACKPORT: move d_rcu from overlapping d_child to overlapping d_aliasAl Viro16-74/+74
2015-06-19UPSTREAM: fs: Add a missing permission check to do_umountAndy Lutomirski1-0/+2
2015-06-19UPSTREAM: mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman1-0/+3
2015-06-19UPSTREAM: isofs: Fix unchecked printing of ER recordsJan Kara1-0/+3
2015-06-19BACKPORT: pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov1-0/+9
2015-05-09CHROMIUM: procfs: fix leak in totmaps_release()Andrew Bresticker1-1/+1
2015-04-28CHROMIUM: Bluetooth: update stack to bluetooth-nextArman Uguray1-1/+3
2015-03-14UPSTREAM: x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-2/+3
2015-02-19UPSTREAM: eCryptfs: Remove buggy and unnecessary write in file name decode ro...Michael Halcrow1-1/+0
2015-01-30UPSTREAM: fanotify: info leak in copy_event_to_user()Dan Carpenter1-0/+1
2015-01-22CHROMIUM: pstore/ram: verify ramoops header before saving recordBen Zhang1-7/+25
2014-12-15UPSTREAM: mnt: Correct permission checks in do_remountEric W. Biederman1-3/+33
2014-12-15UPSTREAM: mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags in...Eric W. Biederman1-3/+10
2014-12-15UPSTREAM: fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski3-12/+17
2014-12-15UPSTREAM: mnt: Only change user settable mount flags in remountEric W. Biederman1-1/+1
2014-11-13UPSTREAM: seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook1-1/+1
2014-11-13BACKPORT: sched: move no_new_privs into new atomic flagsKees Cook1-2/+2
2014-04-17CHROMIUM: pstore: add suspend_volatile annotation to oops_cxtSonny Rao1-1/+1
2014-03-18UPSTREAM: coredump: add new %P variable in core_patternStéphane Graber1-0/+5
2014-02-13UPSTREAM: mm: allow arch code to control the user page table ceilingHugh Dickins1-2/+2
2014-02-10UPSTREAM: eCryptfs: Use the ablkcipher crypto APITyler Hicks2-41/+103
2013-12-10CHROMIUM: pmcheck: register ramoops volatilesOlof Johansson2-0/+10
2013-08-14CHROMIUM: ecryptfs: avoid ctx initialization raceKees Cook1-5/+6
2013-07-24UPSTREAM: fs: ext4: Printing debug is now configurablePaul Taysom1-6/+8
2013-07-17CHROMIUM: mm: implement /proc/<pid>/totmapsSonny Rao3-0/+132
2013-07-17Revert "Add /proc/<pid>/totmaps"Sonny Rao3-130/+4
2013-07-12CHROMIUM: fs: writeback: Fix occasional slow sync(1)Paul Taysom1-4/+2
2013-07-12Revert "CHROMIUM: fs: sync: fixed performance regression"Paul Taysom1-7/+0
2013-07-10CHROMIUM: fs: sync: fixed performance regressionPaul Taysom1-0/+7
2013-07-02UPSTREAM: perf: Disable monitoring on setuid processes for regular usersStephane Eranian1-7/+9
2013-06-19CHROMIUM: fs: bio: check bs null in error pathPaul Taysom1-1/+2
2013-06-17CHROMIUM: add warning test to /proc/breakmeLuigi Semenzato1-0/+3
2013-06-04CHROMIUM: fs: open: fix warning in trace_do_sys_openPaul Taysom1-1/+1
2013-05-28CHROMIUM: fs: ecryptfs: msync doesn't sync dataPaul Taysom1-0/+1
2013-05-06Merge tag 'v3.8.11' into HEADOlof Johansson83-425/+980
2013-05-01aio: fix possible invalid memory access when DEBUG is enabledZhao Hongjiang1-1/+1
2013-04-25Btrfs: make sure nbytes are right after log replayJosef Bacik1-6/+42
2013-04-25hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko1-1/+1
2013-04-25fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size()Naoya Horiguchi1-0/+1
2013-04-25hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)Naoya Horiguchi1-1/+1
2013-04-25kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner1-0/+1
2013-04-16vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal1-1/+1
2013-04-16cifs: Allow passwords which begin with a delimitorSachin Prabhu1-3/+13
2013-04-16GFS2: return error if malloc failed in gfs2_rs_alloc()Wei Yongjun1-1/+1
2013-04-16GFS2: Fix unlock of fcntl locks during withdrawn stateSteven Whitehouse1-1/+4
2013-04-12NFSv4: Doh! Typo in the fix to nfs41_walk_client_listTrond Myklebust1-0/+1
2013-04-12NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_listTrond Myklebust1-16/+28
2013-04-12NFSv4: Fix a memory leak in nfs4_discover_server_trunkingTrond Myklebust1-1/+7
2013-04-12reiserfs: Fix warning and inode leak when deleting inode with xattrsJan Kara1-2/+2
2013-04-12UBIFS: make space fixup work in the remount caseArtem Bityutskiy1-6/+6
2013-04-09Merge branch 'chromeos-security-3.8' into chromeos-3.8-with-securitySonny Rao5-9/+56
2013-04-08UPSTREAM: eCryptfs: allow userspace messaging to be disabledKees Cook4-6/+53
2013-04-08BACKPORT: fs: ecryptfs: initialize payload_len in keystore.cSimon Que1-1/+1
2013-04-05CHROMIUM: security: enable VFS link restrictions by defaultSonny Rao1-2/+2
2013-04-05CHROMIUM: ramoops: Add support for the Flattened Device Tree.Bryan Freed1-0/+54
2013-04-05Btrfs: fix space leak when we fail to reserve metadata spaceJosef Bacik1-6/+41
2013-04-05nfsd4: reject "negative" acl lengthsJ. Bruce Fields1-1/+1
2013-04-05loop: prevent bdev freeing while device in useAnatol Pomozov1-0/+1
2013-04-05Btrfs: don't drop path when printing out tree errors in scrubJosef Bacik1-1/+2
2013-04-05Btrfs: limit the global reserve to 512mbJosef Bacik1-1/+1
2013-04-05Btrfs: fix race between mmap writes and compressionChris Mason3-0/+49
2013-04-05Btrfs: fix locking on ROOT_REPLACE operations in tree mod logJan Schmidt1-10/+20
2013-04-05Btrfs: use set_nlink if our i_nlink is 0Josef Bacik1-1/+4
2013-04-05userns: Restrict when proc and sysfs can be mountedEric W. Biederman3-0/+29
2013-04-05vfs: Carefully propogate mounts across user namespacesEric W. Biederman3-1/+12
2013-04-05vfs: Add a mount flag to lock read only bind mountsEric W. Biederman1-0/+3
2013-04-05userns: Don't allow creation if the user is chrootedEric W. Biederman1-0/+24
2013-04-05Nest rename_lock inside vfsmount_lockAl Viro1-5/+11
2013-04-05NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust2-9/+27
2013-04-05NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2-15/+18
2013-04-05NFSv4: Fix the string length returned by the idmapperTrond Myklebust1-5/+8
2013-04-05pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting1-2/+2
2013-04-05sysfs: handle failure path correctly for readdir()Ming Lei1-0/+4
2013-04-05sysfs: fix race between readdir and lseekMing Lei1-1/+12
2013-03-28udf: Fix bitmap overflow on large filesystems with small block sizeJan Kara1-1/+1
2013-03-28nfsd: fix bad offset useKent Overstreet1-1/+2
2013-03-28ext4: fix data=journal fast mount/umount hangTheodore Ts'o1-1/+2
2013-03-28ext4: use s_extent_max_zeroout_kb value as number of kbLukas Czerner1-1/+1
2013-03-28ext4: use atomic64_t for the per-flexbg free_clusters countTheodore Ts'o5-15/+15
2013-03-28ext4: fix the wrong number of the allocated blocks in ext4_split_extent()Zheng Liu1-1/+5
2013-03-28jbd2: fix use after free in jbd2_journal_dirty_metadata()Jan Kara1-5/+10
2013-03-28cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton1-48/+5
2013-03-28cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik3-1/+33
2013-03-28vfs,proc: guarantee unique inodes in /procLinus Torvalds1-3/+3
2013-03-28saner proc_get_inode() calling conventionsAl Viro2-21/+10
2013-03-26CHROMIUM: coredump: prevent crash pipe reader from blocking suspendMandeep Singh Baines1-1/+16
2013-03-26CHROMIUM: coredump: sanitize the setting of signal->group_exit_codeOleg Nesterov1-5/+6
2013-03-26CHROMIUM: coredump: ensure that SIGKILL always kills the dumping threadOleg Nesterov1-2/+8
2013-03-26CHROMIUM: coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov1-7/+4
2013-03-20block: use i_size_write() in bd_set_size()Guo Chao1-1/+3
2013-03-20btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-03-20ext3: Fix format string issuesLars-Peter Clausen1-2/+2
2013-03-17Add /proc/<pid>/totmapsthiagog3-4/+130
2013-03-17CHROMIUM: breakme: add hungtask support to /proc/breakmeMandeep Singh Baines1-0/+3
2013-03-17CHROMIUM: Add /proc/breakme supportMartin Bligh3-0/+72
2013-03-17UBUNTU: SAUCE: trace: add trace events for open(), exec() and uselib()Scott James Remnant2-0/+8
2013-03-14vfs: fix pipe counter breakageAl Viro1-0/+3
2013-03-14Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers1-8/+7
2013-03-14Btrfs: cleanup orphan reservation if truncate failsJosef Bacik1-0/+2
2013-03-14Btrfs: account for orphan inodes properly during cleanupJosef Bacik1-0/+1
2013-03-14CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky1-0/+1
2013-03-14proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman1-6/+6
2013-03-14vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlinkLinus Torvalds1-2/+0
2013-03-14NFSv4.1: Hold reference to layout hdr in layoutgetWeston Andros Adamson1-2/+9
2013-03-14pnfs: fix resend_to_mds for directioBenny Halevy3-8/+18
2013-03-14NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust1-7/+13
2013-03-14cifs: ensure that cifs_get_root() only traverses directoriesJeff Layton1-0/+5
2013-03-14Btrfs: delete inline extents when we find them during loggingJosef Bacik1-0/+18
2013-03-14Btrfs: copy everything if we've created an inline extentJosef Bacik1-0/+1
2013-03-14btrfs: Init io_lock after cloning btrfs device structThomas Gleixner1-0/+1
2013-03-14ext4: convert number of blocks to clusters properlyLukas Czerner4-9/+9
2013-03-04xfs: xfs_bmap_add_attrfork_local is too genericDave Chinner1-21/+93
2013-03-04pstore: Avoid deadlock in panic and emergency-restart pathSeiji Aguchi1-6/+29
2013-03-04fuse: don't WARN when nlink is zeroMiklos Szeredi1-1/+8
2013-03-04nfsd: Fix memleakmajianpeng1-0/+2
2013-03-04ext4: fix free clusters calculation in bigalloc filesystemLukas Czerner1-2/+7
2013-03-04ext4: fix xattr block allocation/release with bigallocLukas Czerner1-3/+4
2013-03-04ext4: fix race in ext4_mb_add_n_trim()Niu Yawei1-3/+3
2013-03-04ext4: release sysfs kobject when failing to enable quotas on mountTheodore Ts'o1-4/+8
2013-03-04ext4: check bh in ext4_read_block_bitmap()Eryu Guan1-1/+3
2013-03-04ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o7-26/+32
2013-03-04ext4: fix possible use-after-free with AIOJan Kara2-6/+5
2013-03-04fs: Fix possible use-after-free with AIOJan Kara1-1/+1
2013-03-04ocfs2: ac->ac_allow_chain_relink=0 won't disable group relinkXiaowei.Hu2-5/+4
2013-03-04ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctlyJeff Liu1-1/+1
2013-03-04ocfs2: fix possible use-after-free with AIOJan Kara1-1/+1
2013-03-04UBIFS: fix double free of ubifs_orphan objectsAdam Thomas2-1/+6
2013-03-04UBIFS: fix use of freed ubifs_orphan objectsAdam Thomas2-2/+9
2013-02-28get rid of unprotected dereferencing of mnt->mnt_nsAl Viro1-12/+17
2013-02-28GFS2: Get a block reservation before resizing a fileBob Peterson1-0/+4
2013-02-28NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson1-1/+2
2013-02-28NFSv4.1: Fix bulk recall and destroy of layoutsTrond Myklebust3-74/+144
2013-02-28NFSv4.1: Fix an ABBA locking issue with session and state serialisationTrond Myklebust1-12/+20
2013-02-28NLM: Ensure that we resend all pending blocking locks after a reclaimTrond Myklebust1-0/+3
2013-02-28umount oops when remove blocklayoutdriver firstfanchaoting2-0/+2
2013-02-28ocfs2: unlock super lock if lockres refresh failedJunxiao Bi1-1/+4
2013-02-28fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo1-0/+1
2013-02-28inotify: remove broken mask checks causing unmount to be EINVALJim Somerville1-4/+0
2013-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds8-36/+87
2013-02-06Btrfs: move d_instantiate outside the transaction during mksubvolChris Mason1-1/+4
2013-02-06Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadataJan Schmidt1-12/+10
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-...Chris Mason16-119/+370
2013-02-05Btrfs: fix possible stale data exposureJosef Bacik1-1/+1
2013-02-05Btrfs: fix missing i_size updateJosef Bacik1-2/+9
2013-02-05Btrfs: fix race between snapshot deletion and getting inodeLiu Bo2-9/+38
2013-02-05Btrfs: fix missing release of the space/qgroup reservation in start_transacti...Miao Xie1-8/+19
2013-02-05Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()Miao Xie1-1/+2
2013-02-05Btrfs: do not merge logged extents if we've removed them from the treeJosef Bacik1-1/+2
2013-02-05Merge branch 'fix-max-write' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2013-02-05nilfs2: fix fix very long mount time issueVyacheslav Dubeyko1-1/+4
2013-02-04dlm: check the write size from userDavid Teigland1-4/+4
2013-02-01btrfs: don't try to notify udev about missing devicesEric Sandeen1-1/+2
2013-02-01Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-57/+69
2013-01-30NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust1-2/+12
2013-01-30NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust1-0/+20
2013-01-30Merge tag 'for-linus-v3.8-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds8-9/+47
2013-01-28xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()Torsten Kaiser1-2/+2
2013-01-28xfs: Fix possible use-after-free with AIOJan Kara1-1/+1
2013-01-28xfs: fix shutdown hang on invalid inode during createDave Chinner3-2/+13
2013-01-28xfs: limit speculative prealloc near ENOSPC thresholdsDave Chinner1-0/+9
2013-01-28xfs: fix _xfs_buf_find oops on blocks beyond the filesystem endDave Chinner1-0/+18
2013-01-28xfs: pull up stack_switch check into xfs_bmapi_writeBrian Foster1-3/+3
2013-01-28xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magicEric Sandeen1-1/+1
2013-01-28GFS2: fix skip unlock conditionDavid Teigland1-1/+6
2013-01-27NFSv4.1: Ensure that nfs41_walk_client_list() does start lease recoveryTrond Myklebust1-1/+4
2013-01-27NFSv4: Fix NFSv4 trunking discoveryTrond Myklebust2-25/+9
2013-01-27NFSv4: Fix NFSv4 reference counting for trunked sessionsTrond Myklebust1-16/+15
2013-01-27NFS: Fix error reporting in nfs_xdev_mountTrond Myklebust1-13/+9
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds14-98/+300
2013-01-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+3
2013-01-24Btrfs: fix repeated delalloc work allocationMiao Xie1-14/+41
2013-01-24Btrfs: fix wrong max device number for single profileMiao Xie1-1/+1
2013-01-24Btrfs: fix missed transaction->aborted checkMiao Xie1-0/+16
2013-01-24Btrfs: Add ACCESS_ONCE() to transaction->abort accessesMiao Xie2-2/+3
2013-01-24Btrfs: put csums on the right ordered extentJosef Bacik1-2/+2
2013-01-24Btrfs: use right range to find checksum for compressed extentsLiu Bo1-0/+5
2013-01-24Btrfs: fix panic when recovering tree logJosef Bacik1-8/+12
2013-01-24Btrfs: do not allow logged extents to be merged or removedJosef Bacik3-3/+16
2013-01-22fs/cifs/cifs_dfs_ref.c: fix potential memory leakageCong Ding1-0/+2
2013-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-34/+38
2013-01-22Merge tag 'f2fs-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-131/+189
2013-01-22f2fs: use _safe() version of list_for_eachDan Carpenter1-4/+3
2013-01-22f2fs: add comments of start_bidx_of_nodeJaegeuk Kim1-1/+5
2013-01-22f2fs: avoid issuing small bios due to several dirty node pagesJaegeuk Kim1-6/+11
2013-01-22f2fs: support swapfileJaegeuk Kim1-0/+6
2013-01-22f2fs: add remap_pages as generic_file_remap_pagesJaegeuk Kim1-2/+3
2013-01-22f2fs: add __init to functions in init_f2fs_fsNamjae Jeon5-9/+9
2013-01-21Btrfs: fix a regression in balance usage filterIlya Dryomov1-1/+8
2013-01-21Merge branch 'mutex-ops@next-for-chris' of git://github.com/idryomov/btrfs-un...Chris Mason2-31/+86
2013-01-21Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...Chris Mason6-35/+91
2013-01-21Btrfs: prevent qgroup destroy when there are still relationsArne Jansen1-1/+12
2013-01-21Btrfs: ignore orphan qgroup relationsArne Jansen1-0/+7
2013-01-21cifs: fix srcip_matches() for ipv6Nickolai Zeldovich1-1/+1
2013-01-20Btrfs: reorder locks and sanity checks in btrfs_ioctl_defragIlya Dryomov1-8/+9
2013-01-20Btrfs: fix unlock order in btrfs_ioctl_rm_devIlya Dryomov1-1/+1
2013-01-20Btrfs: fix unlock order in btrfs_ioctl_resizeIlya Dryomov1-1/+1
2013-01-20Btrfs: fix "mutually exclusive op is running" error codeIlya Dryomov1-4/+4