summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Btrfs: PAGE_CACHE_SIZE is already unsigned longGeert Uytterhoeven2-14/+13
2013-09-01Btrfs: Make btrfs_header_chunk_tree_uuid() return unsigned longGeert Uytterhoeven4-11/+8
2013-09-01Btrfs: Make btrfs_header_fsid() return unsigned longGeert Uytterhoeven4-21/+11
2013-09-01Btrfs: Make btrfs_dev_extent_chunk_tree_uuid() return unsigned longGeert Uytterhoeven2-4/+3
2013-09-01Btrfs: Make btrfs_device_fsid() return unsigned longGeert Uytterhoeven2-7/+5
2013-09-01Btrfs: Make btrfs_device_uuid() return unsigned longGeert Uytterhoeven2-8/+6
2013-09-01Btrfs: Format mirror_num as intGeert Uytterhoeven1-3/+3
2013-09-01Btrfs: Format PAGE_SIZE as unsigned longGeert Uytterhoeven1-3/+2
2013-09-01Btrfs: Make BTRFS_DEV_REPLACE_DEVID an unsigned long long constantGeert Uytterhoeven2-2/+2
2013-09-01Btrfs: Remove superfluous casts from u64 to unsigned long longGeert Uytterhoeven22-422/+221
2013-09-01Btrfs: fix memory leak of orphan block rsvFilipe David Borba Manana1-0/+5
2013-09-01Btrfs: rollback btrfs_device fields on umountIlya Dryomov1-9/+6
2013-09-01Btrfs: add alloc_fs_devices and switch to itIlya Dryomov1-18/+53
2013-09-01Btrfs: add btrfs_alloc_device and switch to itIlya Dryomov2-57/+97
2013-09-01Btrfs: find_next_devid: root -> fs_infoIlya Dryomov1-8/+8
2013-09-01Btrfs: don't allow the replace procedure on read only filesystemsStefan Behrens1-0/+3
2013-09-01Btrfs: reset force_compress on btrfs_file_defrag failureFilipe David Borba Manana1-7/+7
2013-09-01Btrfs: add mount option to force UUID tree checkingStefan Behrens3-2/+10
2013-09-01Btrfs: check UUID tree during mount if requiredStefan Behrens6-2/+230
2013-09-01Btrfs: introduce uuid-tree-gen fieldStefan Behrens2-1/+5
2013-09-01Btrfs: fill UUID tree initiallyStefan Behrens3-1/+160
2013-09-01Btrfs: maintain subvolume items in the UUID treeStefan Behrens3-11/+86
2013-09-01Btrfs: create UUID tree if requiredStefan Behrens5-0/+65
2013-09-01Btrfs: support printing UUID tree elementsStefan Behrens1-0/+24
2013-09-01Btrfs: introduce a tree for items that map UUIDs to somethingStefan Behrens3-1/+261
2013-09-01btrfs: mark some local function as 'static'Sergei Trofimovich7-11/+6
2013-09-01Btrfs: get rid of sparse warningsStefan Behrens9-17/+17
2013-09-01Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUPFilipe David Borba Manana1-8/+10
2013-09-01Btrfs: add missing error code to BTRFS_IOC_INO_LOOKUP handlerFilipe David Borba Manana1-3/+3
2013-09-01Btrfs: remove reduplicate check when disabling quotaWang Shilong1-5/+0
2013-09-01Btrfs: move btrfs_free_qgroup_config() out of spin_lock and fix commentsWang Shilong1-3/+6
2013-09-01Btrfs: fix oops when writing dirty qgroups to diskWang Shilong1-28/+13
2013-09-01Btrfs: fix send issues related to inode number reuseJosef Bacik3-40/+144
2013-09-01Btrfs: separate out tests into their own directoryJosef Bacik6-436/+510
2013-09-01Btrfs: avoid starting a transaction in the write pathJosef Bacik6-179/+101
2013-09-01Btrfs: fix heavy delalloc related deadlockJosef Bacik3-2/+10
2013-09-01Btrfs: fix the error handling wrt orphan itemsJosef Bacik1-15/+26
2013-09-01Btrfs: don't allow a subvol to be deleted if it is the default subovlJosef Bacik1-0/+15
2013-09-01Btrfs: skip subvol entries when checking if we've created a dir alreadyJosef Bacik1-1/+2
2013-09-01btrfs: offline dedupeMark Fasheh1-0/+279
2013-09-01btrfs: Introduce extent_read_full_page_nolock()Mark Fasheh3-9/+37
2013-09-01btrfs_ioctl_clone: Move clone code into it's own functionMark Fasheh1-115/+139
2013-09-01btrfs: abtract out range locking in clone ioctl()Mark Fasheh1-15/+21
2013-09-01Btrfs: fix possible memory leak in find_parent_nodes()Wang Shilong1-1/+1
2013-09-01Btrfs: return ENOSPC when target space is fullFilipe David Borba Manana1-1/+5
2013-09-01Btrfs: don't ignore errors from btrfs_run_delayed_itemsFilipe David Borba Manana1-4/+9
2013-09-01Btrfs: fix inode leak on kmalloc failure in tree-log.cFilipe David Borba Manana1-2/+4
2013-09-01Btrfs: allow compressed extents to be merged during defragmentLiu Bo1-6/+8
2013-09-01btrfs: add mount option to set commit intervalDavid Sterba3-2/+34
2013-09-01Btrfs: stop using GFP_ATOMIC when allocating rewind ebsJosef Bacik2-11/+16