aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/ntfs: Disable optimization for ntfs_runlists_mergeWolfgang Wiedmeyer2017-05-121-0/+2
* vfs: more mnt_parent cleanupsAl Viro2016-10-294-55/+29
* vfs: new internal helper: mnt_has_parent(mnt)Al Viro2016-10-295-12/+18
* mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman2016-10-291-0/+3
* mnt: Only change user settable mount flags in remountEric W. Biederman2016-10-291-1/+1
* mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2016-10-291-1/+5
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-10-291-2/+45
* pipe: Fix buffer offset after partially failed readBen Hutchings2016-10-291-1/+4
* pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings2016-10-291-23/+32
* fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2016-10-291-1/+1
* ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov2016-10-291-4/+3
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2016-10-291-25/+40
* fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers2016-10-291-0/+7
* BACKPORT: pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov2016-10-291-0/+9
* Extra CMA debugging code.Luden2016-05-016-0/+130
* fs: fuse: Add replacment for CMA pages into the LRU cacheLaura Abbott2016-05-011-0/+8
* fs: fuse: lock the new non-CMA page before replace_page_cache_page()Vignesh Radhakrishnan2016-04-031-1/+2
* fs: fuse: Workaround for CMA migrationLaura Abbott2016-04-031-0/+35
* Fix incorrect conflict resolution in "vfs: Add setns support for the mount na...Daniel Rosenberg2016-04-031-3/+0
* proc: Allow proc_free_inum to be called from any contextEric W. Biederman2016-04-031-6/+7
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2016-04-032-10/+28
* proc: Fix the namespace inode permission checks.Eric W. Biederman2016-04-032-23/+152
* proc: Generalize proc inode allocationEric W. Biederman2016-04-031-13/+13
* vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman2016-04-031-27/+43
* vfs: Only support slave subtrees across different user namespacesEric W. Biederman2016-04-032-4/+9
* vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman2016-04-031-10/+16
* vfs: Add setns support for the mount namespaceEric W. Biederman2016-04-032-0/+103
* consitify do_mount() argumentsAl Viro2016-04-031-6/+6
* do_add_mount()/umount -l racesAl Viro2016-04-031-2/+8
* fs: introduce inode operation ->update_timeJosef Bacik2016-04-037-26/+64
* VFS: Comment mount following codeDavid Howells2016-04-032-2/+24
* VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells2016-04-032-54/+65
* get rid of magic in proc_namespace.cAl Viro2016-04-032-6/+5
* get rid of ->mnt_longtermAl Viro2016-04-033-69/+14
* brlocks/lglocks: API cleanupsAndi Kleen2016-04-035-92/+92
* brlocks/lglocks: turn into functionsAndi Kleen2016-04-032-2/+1
* mm: add a field to store names for private anonymous memoryColin Cross2016-04-031-0/+62
* procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2016-03-114-61/+239
* block: strip out locking optimization in put_io_context()faux1232016-01-081-1/+1
* vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds2016-01-082-37/+3
* block, cfq: unlink cfq_io_context's immediatelyTejun Heo2016-01-081-1/+1
* block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo2016-01-081-2/+1
* block: make ioc get/put interface more conventional and fix race on alloctionfaux1232016-01-081-18/+3
* block: Remove the control of complete cpu from bio.Tao Ma2016-01-081-1/+0
* fixlet: Remove fs_excl from struct task.Justin TerAvest2016-01-082-17/+0
* make default readahead size a kernel parameterWu Fengguang2016-01-081-1/+1
* eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow2016-01-051-1/+0
* vfs: read file_handle only once in handle_to_pathSasha Levin2016-01-051-2/+3
* f2fs: fix to cover io->bio with io_rwsemJaegeuk Kim2015-05-021-3/+2
* f2fs: fix error path when fail to read inline dataChao Yu2015-05-022-5/+13