aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Btrfs: re-work delalloc flushingJosef Bacik2010-10-223-15/+38
| | * | Btrfs: fix reservation code for mixed block groupsJosef Bacik2010-10-221-2/+6
| | * | Btrfs: fix df regressionJosef Bacik2010-10-223-3/+23
| | * | Btrfs: fix the df ioctl to report raid typesJosef Bacik2010-10-221-24/+76
| | * | Btrfs: stop trying to shrink delalloc if there are no inodes to reclaimJosef Bacik2010-10-221-0/+5
| * | | Btrfs: let the user know space caching is enabledJosef Bacik2010-10-291-0/+2
| * | | Btrfs: Add a clear_cache mount optionJosef Bacik2010-10-294-3/+8
| * | | Btrfs: add support for mixed data+metadata block groupsJosef Bacik2010-10-292-4/+28
| * | | Btrfs: check cache->caching_ctl before returning if caching has startedJosef Bacik2010-10-291-0/+6
| * | | Btrfs: load free space cache if it existsJosef Bacik2010-10-293-3/+345
| * | | Btrfs: write out free space cacheJosef Bacik2010-10-296-13/+420
| * | | Btrfs: create special free space cache inodeJosef Bacik2010-10-2810-46/+668
* | | | fs-writeback.c: unify some common codeLinus Torvalds2010-10-301-10/+13
* | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-10-3015-41/+56
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-30431-20113/+10658
| |\ \ \ \
| * | | | | jffs2: use kmemdupJulia Lawall2010-10-251-2/+1
| * | | | | jffs2: Reduce excessive scan of empty blocksJoakim Tjernlund2010-10-251-6/+6
| * | | | | jffs2: Fix serious write stall due to eraseJoakim Tjernlund2010-10-251-3/+4
| * | | | | jffs2: Dynamically choose inocache hash sizeDaniel Drake2010-10-255-7/+29
| * | | | | jffs2: drop unused model argumentMike Frysinger2010-10-256-22/+15
| * | | | | jffs2: use cond_resched() instead of yield()Wolfram Sang2010-10-251-1/+1
* | | | | | fs/compat.c: fix build on MIPS/s390wu zhangjin2010-10-301-0/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2010-10-295-12/+55
|\ \ \ \ \ \
| * | | | | | eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_optionsTyler Hicks2010-10-291-0/+2
| * | | | | | ecryptfs: added ecryptfs_mount_auth_tok_only mount parameterRoberto Sassu2010-10-293-1/+17
| * | | | | | ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()Roberto Sassu2010-10-291-2/+2
| * | | | | | ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()Roberto Sassu2010-10-291-6/+28
| * | | | | | eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks2010-10-291-0/+4
| * | | | | | ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu2010-10-291-4/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-10-2914-290/+526
|\ \ \ \ \ \
| * | | | | | cifs: Cleanup and thus reduce smb session structure and fields used during au...Shirish Pargaonkar2010-10-294-47/+55
| * | | | | | NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar2010-10-295-12/+21
| * | | | | | cifs: add kfree() on error pathDan Carpenter2010-10-281-0/+1
| * | | | | | NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar2010-10-274-15/+12
| * | | | | | NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signa...Shirish Pargaonkar2010-10-262-60/+136
| * | | | | | NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar2010-10-267-10/+184
| * | | | | | cifs: cifs_convert_address() returns zero on errorDan Carpenter2010-10-261-1/+1
| * | | | | | NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar2010-10-267-137/+134
| * | | | | | cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]Suresh Jayaraman2010-10-253-3/+3
| * | | | | | cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton2010-10-254-39/+15
| * | | | | | [CIFS] Fix checkpatch warnings and bump cifs version numberSteve French2010-10-252-3/+3
| * | | | | | cifs: wait for writeback to complete in cifs_flushJeff Layton2010-10-251-14/+7
| * | | | | | cifs: convert cifsFileInfo->count to non-atomic counterJeff Layton2010-10-252-6/+11
* | | | | | | readv/writev: do the same MAX_RW_COUNT truncation that read/write doesLinus Torvalds2010-10-292-35/+39
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2010-10-293-6/+8
|\ \ \ \ \ \ \
| * | | | | | | Squashfs: fix function prototypePhillip Lougher2010-10-282-2/+3
| * | | | | | | Squashfs: fix use of __le64 annotated variablePhillip Lougher2010-10-281-4/+5
| | |/ / / / / | |/| | | | |
* | | | | | | braino in internal.hAl Viro2010-10-291-1/+1
* | | | | | | convert simple cases of nfs-related ->get_sb() to ->mount()Al Viro2010-10-291-50/+46
* | | | | | | convert btrfsAl Viro2010-10-291-9/+6