aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-26btrfs: Fix busyloops in transaction waiting codeJan Kara1-2/+4
2012-01-26Btrfs: make sure a bitmap has enough bytesJosef Bacik1-1/+1
2012-01-26Btrfs: fix uninit warning in backref.cJan Schmidt1-2/+2
2012-01-25Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+2
2012-01-25eCryptfs: move misleading function commentsLi Wang1-4/+4
2012-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds6-194/+154
2012-01-25eCryptfs: Fix oops when printing debug info in extent crypto functionsTyler Hicks1-40/+0
2012-01-25eCryptfs: Remove unused ecryptfs_read()Tyler Hicks1-73/+0
2012-01-25eCryptfs: Check inode changes in setattrTyler Hicks1-12/+36
2012-01-25eCryptfs: Make truncate path killableTyler Hicks1-5/+14
2012-01-25eCryptfs: Infinite loop due to overflow in ecryptfs_write()Li Wang1-2/+2
2012-01-25eCryptfs: Replace miscdev read/write magic numbersTyler Hicks3-41/+55
2012-01-25eCryptfs: Report errors in writes to /dev/ecryptfsTyler Hicks1-11/+13
2012-01-25eCryptfs: Sanitize write counts of /dev/ecryptfsTyler Hicks1-18/+38
2012-01-25ecryptfs: Remove unnecessary variable initializationTim Gardner1-2/+3
2012-01-25ecryptfs: Improve metadata read failure loggingTim Gardner1-3/+6
2012-01-25xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara1-1/+2
2012-01-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-14/+47
2012-01-24sysfs: Complain bitterly about attempts to remove files from nonexistent directories.Eric W. Biederman2-1/+10
2012-01-24kernel-doc: fix new warnings in debugfsRandy Dunlap1-1/+1
2012-01-24cifs: NULL dereference on allocation failureDan Carpenter1-4/+2
2012-01-23Merge branch 'kernel-doc' from Randy DunlapLinus Torvalds1-1/+1
2012-01-23Merge branch 'akpm'Linus Torvalds1-0/+3
2012-01-23Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-201/+421
2012-01-23kernel-doc: fix new warnings in debugfsRandy Dunlap1-1/+1
2012-01-23proc: clear_refs: do not clear reserved pagesWill Deacon1-0/+3
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2012-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-40/+27
2012-01-19qnx4: don't leak ->BitMap on late failure exitsAl Viro1-1/+3
2012-01-19qnx4: reduce the insane nesting in qnx4_checkroot()Al Viro1-34/+22
2012-01-19qnx4: di_fname is an array, for crying out loud...Al Viro1-14/+12
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French8-138/+146
2012-01-18[CIFS] ACL and FSCACHE support no longer EXPERIMENTALSteve French1-2/+1
2012-01-18[CIFS] Fix build break with multiuser patch when LANMAN disabledSteve French1-0/+2
2012-01-17cifs: warn about impending deprecation of legacy MultiuserMount codeJeff Layton1-1/+10
2012-01-17cifs: fetch credentials out of keyring for non-krb5 auth multiuser mountsJeff Layton1-10/+165
2012-01-17cifs: sanitize username handlingJeff Layton3-13/+27
2012-01-17cifs: lower default wsize when unix extensions are not usedJeff Layton1-4/+19
2012-01-17cifs: better instrumentation for coalesce_t2Jeff Layton1-34/+50
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds2-19/+14
2012-01-17Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds18-542/+374
2012-01-17Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-125/+110
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds33-921/+6746
2012-01-17proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds1-106/+39
2012-01-17vfs: remove printk from set_nlink()Miklos Szeredi1-3/+0
2012-01-17wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio1-0/+2
2012-01-17audit: do not call audit_getname on errorEric Paris1-15/+13
2012-01-17audit: only allow tasks to set their loginuid if it is -1Eric Paris1-3/+0
2012-01-17audit: remove task argument to audit_set_loginuidEric Paris1-1/+1
2012-01-17xfs: cleanup xfs_file_aio_writeChristoph Hellwig1-45/+37