summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-12-14autofs4 - dont clear DCACHE_NEED_AUTOMOUNT on rootless mountIan Kent
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-13nfs: Remove unused list nfs4_clientid_listYanchuan Nian
2012-12-13nfs: Remove duplicate function declaration in internal.hYanchuan Nian
2012-12-13quota: Use the pre-processor to compile out quotactl_cmd_write when !CONFIG_B...Lee Jones
2012-12-13ext3: drop if around WARN_ONJulia Lawall
2012-12-13ext3: get rid of the duplicate code on ext3_fill_superZhao Hongjiang
2012-12-13udf: remove un-needed variable from inode_getblkNamjae Jeon
2012-12-13udf: don't increment lenExtents while writing to a holeNamjae Jeon
2012-12-13udf: fix memory leak while allocating blocks during writeNamjae Jeon
2012-12-13NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown
2012-12-13pstore/ftrace: Adjust for ftrace_ops->func prototype changeAnton Vorontsov
2012-12-13pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftr...Arve Hjønnevåg
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-13fs/buffer.c: remove redundant initialization in alloc_page_buffers()Yan Hong
2012-12-13fs/buffer.c: do not inline exported functionYan Hong
2012-12-13writeback: fix a typo in commentYan Hong
2012-12-13procfs: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-13thp: change split_huge_page_pmd() interfaceKirill A. Shutemov
2012-12-12Btrfs: allow repair code to include target disk when searching mirrorsStefan Behrens
2012-12-12Btrfs: increase BTRFS_MAX_MIRRORS by one for dev replaceStefan Behrens
2012-12-12Btrfs: optionally avoid reads from device replace source driveStefan Behrens
2012-12-12Btrfs: changes to live filesystem are also written to replacement diskStefan Behrens
2012-12-12Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block()Stefan Behrens
2012-12-12Btrfs: change core code of btrfs to support the device replace operationsStefan Behrens
2012-12-12Btrfs: add new sources for device replace codeStefan Behrens
2012-12-12Btrfs: add code to scrub to copy read data to another diskStefan Behrens
2012-12-12Btrfs: handle errors from btrfs_map_bio() everywhereStefan Behrens
2012-12-12Btrfs: disallow some operations on the device replace target deviceStefan Behrens
2012-12-12Btrfs: disallow mutually exclusive admin operations from user modeStefan Behrens
2012-12-12Btrfs: introduce a btrfs_dev_replace_item typeStefan Behrens
2012-12-12Btrfs: enhance btrfs structures for device replace supportStefan Behrens
2012-12-12Btrfs: avoid risk of a deadlock in btrfs_handle_errorStefan Behrens
2012-12-12Btrfs: pass fs_info instead of rootStefan Behrens
2012-12-12Btrfs: add btrfs_scratch_superblock() functionStefan Behrens
2012-12-12Btrfs: pass fs_info to btrfs_map_block() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_treeStefan Behrens
2012-12-12Btrfs: add two more find_device() methodsStefan Behrens
2012-12-12Btrfs: move some common code into a subfunctionStefan Behrens
2012-12-12Btrfs: cleanup scrub bio and worker wait codeStefan Behrens
2012-12-12Btrfs: in scrub repair code, simplify alloc error handlingStefan Behrens
2012-12-12Btrfs: in scrub repair code, optimize the reading of mirrorsStefan Behrens
2012-12-12Btrfs: make the scrub page array dynamically allocatedStefan Behrens
2012-12-12Btrfs: remove the block device pointer from the scrub context structStefan Behrens
2012-12-12Btrfs: rename the scrub context structureStefan Behrens
2012-12-12Btrfs: protect devices list with its mutexLiu Bo
2012-12-12Btrfs: cleanup for btrfs_btree_balance_dirtyLiu Bo
2012-12-12Btrfs: merge inode_list in __merge_refsAlexander Block
2012-12-12Btrfs: set hole punching time properlyTsutomu Itoh