summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-07-30Merge remote branch 'ext4/next'Stephen Rothwell
2010-07-30Merge remote branch 'ext3/for_next'Stephen Rothwell
2010-07-30Merge remote branch 'ecryptfs/next'Stephen Rothwell
2010-07-30Merge remote branch 'cifs/master'Stephen Rothwell
2010-07-30Merge remote branch 'ceph/for-next'Stephen Rothwell
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells
2010-07-28ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues
2010-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-07-28GFS2: Use kmalloc when possible for ->readdir()Steven Whitehouse
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh
2010-07-279p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov
2010-07-27cifs: use CreationTime like an i_generation fieldJeff Layton
2010-07-27ext4: check to make make sure bd_dev is set before dereferencing itTheodore Ts'o
2010-07-27jbd2: Make barrier messages less scaryEric Sandeen
2010-07-27ext4: don't print scary messages for allocation failures post-abortEric Sandeen
2010-07-27ext4: fix EFBIG edge case when writing to large non-extent fileToshiyuki Okajima
2010-07-27ext4: fix ext4_get_blocks referencesEric Sandeen
2010-07-27ext4: Always journal quota file modificationsJan Kara
2010-07-27ext4: Fix potential memory leak in ext4_fill_superCyrill Gorcunov
2010-07-27ext4: Don't error out the fs if the user tries to make a file too bigTheodore Ts'o
2010-07-27ext4: allocate stripe-multiple IOs on stripe boundariesEric Sandeen
2010-07-27ext4: move aio completion after unwritten extent conversionjiayingz@google.com (Jiaying Zhang)
2010-07-27direct-io: move aio_complete into ->end_ioChristoph Hellwig
2010-07-27ext4: Support discard requests when running in no-journal modeJiaying Zhang
2010-07-27jbd2: Remove __GFP_NOFAIL from jbd2 layerTheodore Ts'o
2010-07-27ext4: Fix block bitmap inconsistencies after a crash when deleting filesAmir G
2010-07-27ext4: Remove unnecessary casts of private_dataJoe Perches
2010-07-27ext4: fix potential NULL dereference while tracingTheodore Ts'o
2010-07-27ext4: Define s_jnl_backup_type in superblockTheodore Ts'o
2010-07-27ext4: Once a day, printk file system error information to dmesgTheodore Ts'o
2010-07-27ext4: Save error information to the superblock for analysisTheodore Ts'o
2010-07-27ext4: Pass line numbers to ext4_error() and friendsTheodore Ts'o
2010-07-27ext4: Cleanup ext4_check_dir_entry so __func__ is now implicitTheodore Ts'o
2010-07-26sysfs: allow creating symlinks from untagged to tagged directoriesEric W. Biederman
2010-07-26sysfs: sysfs_delete_link handle symlinks from untagged to tagged directories.Eric W. Biederman
2010-07-26sysfs: Don't allow the creation of symlinks we can't removeEric W. Biederman
2010-07-26cifs: fsc should not default to "on"Jeff Layton
2010-07-26[CIFS] remove redundant path walking in dfs_do_refmountSteve French
2010-07-26cifs: ignore the "mand", "nomand" and "_netdev" mount optionsJeff Layton
2010-07-26cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFSJeff Layton
2010-07-24ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES"Robert P. J. Day
2010-07-23cifs: don't allow cifs_iget to match inodes of the wrong typeJeff Layton
2010-07-23ceph: fix dentry lease releaseSage Weil
2010-07-23[CIFS] relinquish fscache cookie before freeing CIFSTconInfoSteve French
2010-07-23cifs: add separate cred_uid field to sesInfoJeff Layton
2010-07-23fs: cifs: check kmalloc() resultKulikov Vasiliy
2010-07-23[CIFS] Missing ifdefSteve French
2010-07-23[CIFS] Missing line from previous commitSteve French
2010-07-23[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabledSteve French
2010-07-23cifs: add mount option to enable local cachingSuresh Jayaraman