summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: using GFP_NOFS for blkdev_issue_flushShaohua Li2012-05-141-1/+1
| * | xfs: punch all delalloc blocks beyond EOF on write failure.Dave Chinner2012-05-141-1/+1
| * | xfs: use shared ilock mode for direct IO writes by defaultDave Chinner2012-05-142-30/+45
| * | xfs: push the ilock into xfs_zero_eofChristoph Hellwig2012-05-142-102/+63
| * | xfs: reduce ilock hold times in xfs_setattr_sizeChristoph Hellwig2012-05-141-7/+7
| * | xfs: reduce ilock hold times in xfs_file_aio_write_checksChristoph Hellwig2012-05-141-14/+9
| * | xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattachChristoph Hellwig2012-05-141-5/+21
| * | xfs: Ensure inode reclaim can run during quotacheckDave Chinner2012-04-172-21/+19
| * | xfs: don't fill statvfs with project quota for a directory if it was not enab...Jie Liu2012-04-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-242-0/+4
|\ \ \
| * | | mm: add a low limit to alloc_large_system_hashTim Bird2012-05-242-0/+4
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-2335-180/+349
|\ \ \
| * | | userns: Convert sysfs to use kgid/kuid where appropriateEric W. Biederman2012-05-151-2/+2
| * | | userns: Convert sysctl permission checks to use kuid and kgids.Eric W. Biederman2012-05-151-2/+2
| * | | userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman2012-05-154-13/+19
| * | | userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman2012-05-156-34/+54
| * | | userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman2012-05-154-28/+52
| * | | userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman2012-05-154-22/+42
| * | | userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman2012-05-151-8/+16
| * | | userns: Convert binary formats to use kuid/kgid where appropriateEric W. Biederman2012-05-152-12/+12
| * | | userns: Fail exec for suid and sgid binaries with ids outside our user namesp...Eric W. Biederman2012-05-151-0/+5
| * | | userns: Convert stat to return values mapped from kuids and kgidsEric W. Biederman2012-05-152-8/+8
| * | | userns: Convert user specfied uids and gids in chown into kuids and kgidEric W. Biederman2012-05-031-2/+11
| * | | userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman2012-05-036-19/+19
| * | | userns: Store uid and gid types in vfs structures with kuid_t and kgid_t typesEric W. Biederman2012-05-031-3/+3
| * | | userns: Convert capabilities related permsion checksEric W. Biederman2012-05-031-1/+2
| * | | userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-031-6/+2
| * | | userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-032-3/+7
| * | | userns: Rework the user_namespace adding uid/gid mapping supportEric W. Biederman2012-04-261-0/+77
| * | | userns: Disassociate user_struct from the user_namespace.Eric W. Biederman2012-04-071-4/+14
| * | | userns: Replace the hard to write inode_userns with inode_capable.Eric W. Biederman2012-04-072-17/+7
| * | | userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-071-1/+1
| * | | vfs: Don't allow a user namespace root to make device nodesEric W. Biederman2012-04-031-2/+1
* | | | Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-05-231-3/+87
|\ \ \ \
| * \ \ \ Merge branch 'pm-sleep'Rafael J. Wysocki2012-05-221-1/+1
| |\ \ \ \
| | * | | | epoll: Fix user space breakage related to EPOLLWAKEUPRafael J. Wysocki2012-05-221-1/+1
| * | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-05-111-3/+87
| |\| | | |
| | * | | | epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are readyArve Hjønnevåg2012-05-051-3/+87
* | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-1/+14
|\ \ \ \ \ \
| * | | | | | coredump: ensure the fpu state is flushed for proper multi-threaded core dumpSuresh Siddha2012-05-161-1/+14
* | | | | | | Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2012-05-2215-297/+538
|\ \ \ \ \ \ \
| * | | | | | | dlm: NULL dereference on failure in kmem_cache_create()Dan Carpenter2012-05-151-5/+3
| * | | | | | | gfs2: fix recovery during unmountDavid Teigland2012-05-021-4/+6
| * | | | | | | dlm: fixes for nodir modeDavid Teigland2012-05-0212-171/+304
| * | | | | | | dlm: improve error and debug messagesDavid Teigland2012-04-264-90/+164
| * | | | | | | dlm: avoid unnecessary search in search_rsbDavid Teigland2012-04-261-0/+3
| * | | | | | | dlm: limit rcom debug messagesDavid Teigland2012-04-262-28/+28
| * | | | | | | dlm: fix waiter recoveryDavid Teigland2012-04-261-12/+31
| * | | | | | | dlm: prevent connections during shutdownDavid Teigland2012-04-261-8/+20
* | | | | | | | Merge tag 'upstream-3.5-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-05-2226-642/+369
|\ \ \ \ \ \ \ \