summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Btrfs: do not allocate chunks as agressivelyJosef Bacik1-9/+3
2012-10-01Btrfs: update last trans if we don't update the inodeJosef Bacik1-0/+2
2012-10-01Btrfs: fix gcc warnings for 32bit compilesJan Schmidt4-31/+32
2012-10-01Btrfs: fix btrfs send for inline items and compressionChris Mason3-15/+37
2012-10-01Btrfs: don't treat top/root directory inode as deleted/reusedAlexander Block1-1/+20
2012-10-01Btrfs: ignore non-FS inodes for send/receiveAlexander Block1-0/+5
2012-10-01Btrfs: pass root instead of parent_root to iterate_inode_refAlexander Block1-2/+2
2012-10-01Btrfs: use <= instead of < in is_extent_unchangedAlexander Block1-1/+1
2012-10-01Btrfs: fix check for changed extent in is_extent_unchangedAlexander Block1-2/+2
2012-10-01Btrfs: free nce and nce_head on error in name_cache_insertAlexander Block1-1/+5
2012-10-01Btrfs: remove unused tmp_path from iterate_dir_itemAlexander Block1-8/+0
2012-10-01Btrfs: code cleanups for send/receiveAlexander Block1-48/+35
2012-10-01Btrfs: add/fix comments/documentation for send/receiveAlexander Block1-6/+134
2012-10-01Btrfs: update send_progress at correct placesAlexander Block1-6/+20
2012-10-01Btrfs: make aux field of ulist 64 bitAlexander Block4-23/+21
2012-10-01Btrfs: fix use of radix_tree for name_cache in send/receiveAlexander Block1-39/+37
2012-10-01Btrfs: fix memory leak for name_cache in send/receiveAlexander Block1-0/+1
2012-10-01Btrfs: don't break in the final loop of find_extent_cloneAlexander Block1-1/+0
2012-10-01Btrfs: use normal return path for root == send_root caseAlexander Block1-6/+0
2012-10-01Btrfs: use kmalloc instead of stack for backref_ctxAlexander Block1-11/+18
2012-10-01Btrfs: rename backref_ctx::found_in_send_root to found_itselfAlexander Block1-4/+4
2012-10-01Btrfs: remove unused use_list from send/receive codeAlexander Block1-2/+0
2012-10-01Btrfs: add correct parent to check_dirs when dir got movedAlexander Block1-0/+11
2012-10-01Btrfs: remove unused code with #if 0Alexander Block1-0/+2
2012-10-01Btrfs: add missing check for dir != tmp_dir to is_first_refAlexander Block1-1/+1
2012-10-01Btrfs: fix cur_ino < parent_ino case for send/receiveAlexander Block1-244/+146
2012-10-01Btrfs: add rdev to get_inode_info in send/receiveAlexander Block1-13/+17
2012-09-30vfs: dcache: fix deadlock in tree traversalMiklos Szeredi1-0/+6
2012-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+9
2012-09-28trivial select_parent documentation fixJ. Bruce Fields1-1/+1
2012-09-23close the race in nlmsvc_free_block()Al Viro1-2/+1
2012-09-23do_add_mount()/umount -l racesAl Viro1-2/+8
2012-09-22Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2012-09-21Merge tag 'for-linus-v3.6-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds3-18/+29
2012-09-21debugfs: fix u32_array race in format_array_allocLinus Torvalds1-34/+23
2012-09-21debugfs: fix race in u32_array_read and allocate array at openDavid Rientjes1-22/+11
2012-09-19xfs: stop the sync worker before xfs_unmountfsBen Myers1-0/+1
2012-09-19cifs: fix return value in cifsConvertToUTF16Jeff Layton1-1/+1
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi1-2/+2
2012-09-17fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri1-3/+2
2012-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+2
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds3-44/+61
2012-09-15Merge tag 'ecryptfs-3.6-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-2/+14
2012-09-15Revert "Btrfs: fix some error codes in btrfs_qgroup_inherit()"Chris Mason1-6/+2
2012-09-15vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds1-1/+1
2012-09-14eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks1-0/+5
2012-09-14eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks1-2/+8
2012-09-14eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks1-0/+1
2012-09-13GFS2: Take account of blockages when using reserved blocksSteven Whitehouse1-38/+28
2012-09-13GFS2: Fix missing allocation data for set/remove xattrSteven Whitehouse1-2/+6