summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use fs_info directlyAnand Jain2016-04-281-4/+4
* btrfs: rename flags for vol args v2David Sterba2016-04-281-4/+4
* btrfs: rename btrfs_find_device_by_user_inputDavid Sterba2016-04-283-10/+13
* btrfs: use existing device constraints table btrfs_raid_arrayDavid Sterba2016-04-281-14/+9
* btrfs: introduce raid-type to error-code table, for minimum device constraintDavid Sterba2016-04-282-1/+16
* btrfs: pass number of devices to btrfs_check_raid_min_devicesDavid Sterba2016-04-281-15/+20
* btrfs: rename __check_raid_min_devicesDavid Sterba2016-04-281-2/+2
* btrfs: optimize check for stale deviceAnand Jain2016-04-281-1/+2
* btrfs: introduce device delete by devidAnand Jain2016-04-283-4/+60
* btrfs: make use of btrfs_scratch_superblocks() in btrfs_rm_device()Anand Jain2016-04-281-64/+13
* btrfs: enhance btrfs_find_device_by_user_input() to check device pathAnand Jain2016-04-282-4/+3
* btrfs: make use of btrfs_find_device_by_user_input()Anand Jain2016-04-281-63/+37
* btrfs: create helper btrfs_find_device_by_user_input()Anand Jain2016-04-283-23/+23
* btrfs: clean up and optimize __check_raid_min_device()Anand Jain2016-04-281-24/+19
* btrfs: create helper function __check_raid_min_devices()Anand Jain2016-04-281-19/+32
* btrfs: create a helper function to read the disk superAnand Jain2016-04-281-35/+52
* Merge branch 'ptmx-cleanup'Linus Torvalds2016-04-201-25/+24
|\
| * devpts: clean up interface to pty driversLinus Torvalds2016-04-181-25/+24
* | Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-04-171-1/+1
|\ \ | |/ |/|
| * debugfs: Make automount point inodes permanently emptySeth Forshee2016-04-131-1/+1
* | Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-04-154-25/+56
|\ \
| * | ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2016-04-132-0/+8
| * | fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2016-04-122-19/+33
| * | f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim2016-04-121-3/+7
| * | fscrypto: use dget_parent() in fscrypt_d_revalidate()Jaegeuk Kim2016-04-121-3/+8
* | | Make file credentials available to the seqfile interfacesLinus Torvalds2016-04-141-3/+4
|/ /
* | Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2016-04-112-10/+0
* | Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-098-32/+215
|\ \
| * | Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana2016-04-071-0/+137
| * | btrfs: Reset IO error counters before start of device replacingYauhen Kharuzhy2016-04-041-0/+2
| * | btrfs: Add qgroup tracingMark Fasheh2016-04-041-0/+9
| * | Btrfs: don't use src fd for printkJosef Bacik2016-04-041-1/+1
| * | btrfs: fallback to vmalloc in btrfs_compare_treeDavid Sterba2016-04-041-4/+8
| * | btrfs: handle non-fatal errors in btrfs_qgroup_inherit()Mark Fasheh2016-04-041-22/+32
| * | btrfs: Output more info for enospc_debug mount optionQu Wenruo2016-04-041-2/+19
| * | Btrfs: fix invalid reference in replace_pathLiu Bo2016-04-041-0/+1
| * | Btrfs: Improve FL_KEEP_SIZE handling in fallocateDavide Italiano2016-04-041-3/+6
* | | Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-04-096-53/+28
|\ \ \
| * | | orangefs: remove unused variableMartin Brandenburg2016-04-081-3/+1
| * | | orangefs: Add KERN_<LEVEL> to gossip_<level> macrosJoe Perches2016-04-081-14/+17
| * | | orangefs: strncpy -> strscpyMartin Brandenburg2016-04-081-1/+5
| * | | orangefs: clean up truncate ctime and mtime settingMartin Brandenburg2016-04-081-15/+1
| * | | Orangefs: fix ifnullfree.cocci warningskbuild test robot2016-04-081-2/+1
| * | | Orangefs: optimize boilerplate code.Mike Marshall2016-04-082-2/+2
| * | | Orangefs: xattr.c cleanupMike Marshall2016-04-081-16/+1
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-04-0817-86/+244
|\ \ \ \
| * | | | ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2016-04-031-11/+11
| * | | | ext4 crypto: fix some error handlingDan Carpenter2016-04-031-1/+1
| * | | | ext4: avoid calling dquot_get_next_id() if quota is not enabledTheodore Ts'o2016-04-011-1/+13
| * | | | ext4: retry block allocation for failed DIO and DAX writesJan Kara2016-04-011-30/+28