summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-09btrfs: fix int32 overflow in shrink_delalloc().Adam Borowski1-1/+1
2016-05-06btrfs: don't force mounts to wait for cleaner_kthread to delete one or more s...Zygo Blaxell1-3/+15
2016-05-06btrfs: ioctl: reorder exclusive op check in RM_DEVDavid Sterba1-12/+11
2016-05-06btrfs: add write protection to SET_FEATURES ioctlDavid Sterba1-3/+13
2016-05-06btrfs: fix lock dep warning move scratch super outside of chunk_mutexAnand Jain1-4/+5
2016-05-06btrfs: Fix BUG_ON condition in scrub_setup_recheck_block()Ashish Samant1-1/+1
2016-05-06Btrfs: remove BUG_ON()'s in btrfs_map_blockJosef Bacik1-2/+16
2016-05-06Btrfs: fix divide error upon chunk's stripe_lenLiu Bo3-3/+3
2016-05-06btrfs: sysfs: protect reading label by lockDavid Sterba1-1/+7
2016-05-06btrfs: add check to sysfs handler of labelDavid Sterba1-0/+3
2016-05-06btrfs: add read-only check to sysfs handler of featuresDavid Sterba1-0/+3
2016-05-06btrfs: reuse existing variable in scrub_stripe, reduce stack usageDavid Sterba1-10/+9
2016-05-06btrfs: use dynamic allocation for root item in create_subvolDavid Sterba1-28/+37
2016-05-06btrfs: clone: use vmalloc only as fallback for nodesize buferDavid Sterba1-5/+8
2016-05-06btrfs: send: use vmalloc only as fallback for clone_sources_tmpDavid Sterba1-5/+8
2016-05-06btrfs: send: use vmalloc only as fallback for clone_rootsDavid Sterba1-4/+7
2016-05-06btrfs: send: use temporary variable to store allocation sizeDavid Sterba1-6/+8
2016-05-06btrfs: send: use vmalloc only as fallback for read_bufDavid Sterba1-4/+7
2016-05-06btrfs: send: use vmalloc only as fallback for send_bufDavid Sterba1-4/+7
2016-05-06btrfs: fix lock dep warning, move scratch dev out of device_list_mutex and uu...Anand Jain1-5/+12
2016-05-06btrfs: send: silence an integer overflow warningDan Carpenter1-0/+6
2016-05-06btrfs: avoid overflowing f_bfreeLuis de Bethencourt1-1/+5
2016-05-06btrfs: fix mixed block count of available spaceLuis de Bethencourt1-3/+13
2016-05-06btrfs: allow balancing to dup with multi-deviceAustin S. Hemmelgarn1-4/+2
2016-04-28Btrfs: do not create empty block group if we have allocated dataLiu Bo1-1/+8
2016-04-28Btrfs: __btrfs_buffered_write: Pass valid file offset when releasing delalloc...Chandan Rajendra1-1/+3
2016-04-28Btrfs: cleanup error handling in extent_write_cached_pagesLiu Bo1-5/+2
2016-04-28Btrfs: make mapping->writeback_index point to the last written pageLiu Bo1-6/+26
2016-04-28btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr4-2/+24
2016-04-19Merge branch 'ptmx-cleanup'Linus Torvalds1-25/+24
2016-04-18devpts: clean up interface to pty driversLinus Torvalds1-25/+24
2016-04-16Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-04-14Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-25/+56
2016-04-14Make file credentials available to the seqfile interfacesLinus Torvalds1-3/+4
2016-04-12ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2-0/+8
2016-04-12debugfs: Make automount point inodes permanently emptySeth Forshee1-1/+1
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim2-19/+33
2016-04-12f2fs: use dget_parent and file_dentry in f2fs_file_openJaegeuk Kim1-3/+7
2016-04-12fscrypto: use dget_parent() in fscrypt_d_revalidate()Jaegeuk Kim1-3/+8
2016-04-10Revert "ext4: allow readdir()'s of large empty directories to be interrupted"Linus Torvalds2-10/+0
2016-04-09Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-32/+215
2016-04-09Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-53/+28
2016-04-08orangefs: remove unused variableMartin Brandenburg1-3/+1
2016-04-08orangefs: Add KERN_<LEVEL> to gossip_<level> macrosJoe Perches1-14/+17
2016-04-08orangefs: strncpy -> strscpyMartin Brandenburg1-1/+5
2016-04-08orangefs: clean up truncate ctime and mtime settingMartin Brandenburg1-15/+1
2016-04-08Orangefs: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2016-04-08Orangefs: optimize boilerplate code.Mike Marshall2-2/+2
2016-04-08Orangefs: xattr.c cleanupMike Marshall1-16/+1
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-86/+244