summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | coda: Cache permisions in struct coda_inode_info in a kuid_t.Eric W. Biederman2013-02-133-4/+4
| * | coda: Restrict coda messages to the initial user namespaceEric W. Biederman2013-02-133-7/+10
| * | coda: Restrict coda messages to the initial pid namespaceEric W. Biederman2013-02-133-2/+10
| * | afs: Support interacting with multiple user namespacesEric W. Biederman2013-02-133-9/+15
| * | afs: Only allow mounting afs in the intial network namespaceEric W. Biederman2013-02-131-0/+6
| * | afs: Remove unused structure afs_store_statusEric W. Biederman2013-02-121-7/+0
| * | 9p: Modify v9fs_get_fsgid_for_create to return a kgidEric W. Biederman2013-02-121-5/+5
| * | 9p: Modify struct v9fs_session_info to use a kuids and kgidsEric W. Biederman2013-02-122-10/+30
| * | 9p: Modify struct 9p_fid to use a kuid_t not a uid_tEric W. Biederman2013-02-122-9/+10
| * | 9p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman2013-02-121-3/+3
| * | 9p: Transmit kuid and kgid valuesEric W. Biederman2013-02-121-1/+1
| * | ceph: Convert kuids and kgids before printing them.Eric W. Biederman2013-02-122-4/+8
| * | ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman2013-02-122-4/+4
| * | ceph: Translate inode uid and gid attributes to/from kuids and kgids.Eric W. Biederman2013-02-121-6/+8
| * | ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman2013-02-122-9/+9
| * | userns: Allow the userns root to mount ramfs.Eric W. Biederman2013-01-261-0/+1
| * | userns: Allow the userns root to mount of devptsEric W. Biederman2013-01-261-0/+18
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-232-67/+70
|\ \ \
| * | | switch timerfd compat syscalls to COMPAT_SYSCALL_DEFINEAl Viro2013-02-032-60/+66
| * | | switch compat_sys_open* to COMPAT_SYSCALL_DEFINEAl Viro2013-02-031-7/+4
| | |/ | |/|
* | | Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds2013-02-236-16/+19
|\ \ \
| * | | fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei2013-02-233-9/+9
| * | | fs/buffer.c: change type of max_buffer_heads to unsigned longZhang Yanfei2013-02-231-2/+2
| * | | swap: make each swap partition have one address_spaceShaohua Li2013-02-231-2/+2
| * | | memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu2013-02-231-1/+1
| * | | mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse2013-02-231-3/+2
| * | | mm: introduce mm_populate() for populating new vmasMichel Lespinasse2013-02-231-1/+5
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-221-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | locking: Various static lock initializer fixesThomas Gleixner2013-02-191-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-218-11/+10
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-nextJiri Kosina2013-01-29458-10307/+34025
| |\ \ \ \
| * | | | | fs/jfs: Fix typo in comment : 'how may' -> 'how many'Philippe De Muyter2013-01-171-1/+1
| * | | | | btrfs: remove unnecessary cur_trans set before goto loop in join_transactionWang Sheng-Hui2013-01-091-1/+0
| * | | | | treewide: Fix typo in various driversMasanari Iida2013-01-094-4/+4
| * | | | | btrfs: fix comment typosLiu Bo2013-01-092-5/+5
* | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-02-2123-48/+36
|\ \ \ \ \ \
| * | | | | | binfmt_elf: remove unused argument in fill_elf_headerZhang Yanfei2013-02-211-3/+3
| * | | | | | ubifs: wait for page writeback to provide stable pagesJan Kara2013-02-211-0/+1
| * | | | | | ocfs2: wait for page writeback to provide stable pagesJan Kara2013-02-211-0/+1
| * | | | | | block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-211-0/+1
| * | | | | | 9pfs: fix filesystem to wait for stable page writebackDarrick J. Wong2013-02-211-0/+1
| * | | | | | mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2013-02-214-4/+4
| * | | | | | ocfs2: unlock super lock if lockres refresh failedJunxiao Bi2013-02-211-1/+4
| * | | | | | ocfs2: remove kfree() redundant null checksTim Gardner2013-02-2110-34/+17
| * | | | | | configfs: move the dereference below the NULL testWei Yongjun2013-02-211-2/+3
| * | | | | | fs/block_dev.c: page cache wrongly left invalidated after revalidate_disk()MITSUNARI Shigeo2013-02-211-0/+1
| * | | | | | inotify: remove broken mask checks causing unmount to be EINVALJim Somerville2013-02-211-4/+0
* | | | | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-1/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-2548-311/+603
| |\ \ \ \ \ \ \
| * | | | | | | | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-1/+2
OpenPOWER on IntegriCloud