aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-18userns: Convert qutoactlEric W. Biederman4-25/+43
2012-09-18userns: Implement struct kqidEric W. Biederman2-1/+133
2012-09-18userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman1-0/+15
2012-09-18userns: Convert configfs to use kuid and kgid where appropriateEric W. Biederman1-2/+2
2012-09-18userns: Convert extN to support kuids and kgids in posix aclsEric W. Biederman3-23/+60
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman16-47/+49
2012-09-18userns: Convert vfs posix_acl support to use kuids and kgidsEric W. Biederman3-20/+107
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-2/+10
2012-09-06userns: Convert debugfs to use kuid/kgid where appropriate.Eric W. Biederman1-8/+18
2012-08-14userns: Make seq_file's user namespace accessibleEric W. Biederman1-0/+4
2012-08-03userns: Fix link restrictions to use uid_eqEric W. Biederman1-3/+3
2012-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds3-66/+40
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds7-316/+158
2012-08-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-158/+270
2012-08-02ceph: simplify+fix atomic_openSage Weil3-66/+40
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds57-412/+937
2012-08-01locks: remove unused lm_release_privateJ. Bruce Fields1-5/+1
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds11-83/+156
2012-07-31Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds32-390/+690
2012-07-31nfs: prevent page allocator recursions with swap over NFS.Mel Gorman2-3/+3
2012-07-31nfs: enable swap on NFSMel Gorman3-30/+82
2012-07-31nfs: disable data cache revalidation for swapfilesMel Gorman2-14/+39
2012-07-31nfs: teach the NFS client how to treat PG_swapcache pagesMel Gorman5-28/+29
2012-07-31vmscan: remove obsolete shrink_control commentMinchan Kim1-1/+1
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating pagesAneesh Kumar K.V1-2/+2
2012-07-31mm: prepare for removal of obsolete /proc/sys/vm/nr_pdflush_threadsWanpeng Li1-5/+0
2012-07-31Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds22-223/+330
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-31/+23
2012-07-31nfs: explicitly reject LOCK_MAND flock() requestsJeff Layton1-0/+9
2012-07-31nfs: increase number of permitted callback connections.NeilBrown1-0/+4
2012-07-31fs: Remove old freezing mechanismJan Kara1-1/+0
2012-07-31ext2: Implement freezingJan Kara2-1/+37
2012-07-31btrfs: Convert to new freezing mechanismJan Kara4-5/+14
2012-07-31nilfs2: Convert to new freezing mechanismJan Kara3-10/+15
2012-07-31ntfs: Convert to new freezing mechanismJan Kara1-1/+2
2012-07-31fuse: Convert to new freezing mechanismJan Kara1-2/+2
2012-07-31gfs2: Convert to new freezing mechanismJan Kara2-12/+7
2012-07-31ocfs2: Convert to new freezing mechanismJan Kara4-5/+29
2012-07-31xfs: Convert to new freezing codeJan Kara10-16/+109
2012-07-31ext4: Convert to new freezing mechanismJan Kara3-29/+23
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara3-19/+13
2012-07-31fs: Skip atime update on frozen filesystemJan Kara1-2/+6
2012-07-31fs: Add freezing handling to mnt_want_write() / mnt_drop_write()Jan Kara5-24/+85
2012-07-31fs: Improve filesystem freezing handlingJan Kara1-21/+230
2012-07-30Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2-3/+3
2012-07-30Merge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds33-1746/+2054
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder2-10/+12
2012-07-30ceph: fix potential double freeAlan Cox1-0/+1
2012-07-30ceph: close old con before reopening on mds reconnectSage Weil1-0/+1
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds40-300/+408