aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect conflict resolution in "vfs: Add setns support for the mount na...Daniel Rosenberg2016-03-111-3/+0
* proc: Allow proc_free_inum to be called from any contextEric W. Biederman2016-03-111-6/+7
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2016-03-112-10/+28
* proc: Fix the namespace inode permission checks.Eric W. Biederman2016-03-112-23/+152
* proc: Generalize proc inode allocationEric W. Biederman2016-03-111-13/+13
* vfs: Allow unprivileged manipulation of the mount namespace.Eric W. Biederman2016-03-111-27/+43
* vfs: Only support slave subtrees across different user namespacesEric W. Biederman2016-03-112-4/+9
* vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman2016-03-111-10/+16
* vfs: Add setns support for the mount namespaceEric W. Biederman2016-03-112-0/+103
* consitify do_mount() argumentsAl Viro2016-03-111-6/+6
* do_add_mount()/umount -l racesAl Viro2016-03-111-2/+8
* fs: introduce inode operation ->update_timeJosef Bacik2016-03-117-26/+64
* VFS: Comment mount following codeDavid Howells2016-03-112-2/+24
* VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells2016-03-112-54/+65
* get rid of magic in proc_namespace.cAl Viro2016-03-112-6/+5
* get rid of ->mnt_longtermAl Viro2016-03-113-69/+14
* brlocks/lglocks: API cleanupsAndi Kleen2016-03-115-92/+92
* brlocks/lglocks: turn into functionsAndi Kleen2016-03-112-2/+1
* mm: add a field to store names for private anonymous memoryColin Cross2016-03-111-0/+62
* procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2016-03-114-61/+239
* oom: remove oom_disable_countDavid Rientjes2016-03-112-17/+0
* Merge remote-tracking branch 'linux-stable/linux-3.0.y' into p-android-omap-3...Ziyan2015-10-25151-774/+1371
|\
| * ext4: fix memory leak in xattrDave Jones2013-10-221-0/+2
| * vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds2013-10-221-1/+1
| * ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o2013-10-131-1/+2
| * Btrfs: change how we queue blocks for backref checkingJosef Bacik2013-10-131-7/+7
| * splice: fix racy pipe->buffers usesEric Dumazet2013-10-051-15/+20
| * fanotify: dont merge permission eventsLino Sanfilippo2013-10-011-0/+6
| * fuse: invalidate inode attributes on xattr modificationAnand Avati2013-09-261-0/+4
| * fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov2013-09-261-1/+2
| * isofs: Refuse RW mount of the filesystem instead of making it ROJan Kara2013-09-261-11/+5
| * ocfs2: fix the end cluster offset of FIEMAPJie Liu2013-09-261-1/+0
| * cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton2013-09-261-0/+2
| * SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier2013-09-071-5/+15
| * jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp2013-09-071-8/+23
| * nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko2013-08-291-1/+1
| * nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko2013-08-291-2/+1
| * vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown2013-08-141-1/+1
| * cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton2013-08-141-12/+12
| * debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov2013-08-141-47/+22
| * fanotify: info leak in copy_event_to_user()Dan Carpenter2013-08-111-0/+1
| * livelock avoidance in sget()Al Viro2013-08-041-15/+10
| * lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery2013-07-281-0/+4
| * writeback: Fix periodic writeback after fs mountJan Kara2013-07-281-1/+9
| * ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara2013-07-211-2/+2
| * ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara2013-07-211-2/+2
| * ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi2013-07-211-0/+10
| * ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro2013-07-212-10/+4
| * jbd2: fix theoretical race in jbd2__journal_restartTheodore Ts'o2013-07-211-1/+1
| * nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields2013-07-131-1/+1