summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-04-18btrfs: remove local blocksize variable in reada_find_extentDavid Sterba
2017-04-18btrfs: remove redundant parameter from reada_start_machine_devDavid Sterba
2017-04-18btrfs: remove redundant parameter from reada_find_zoneDavid Sterba
2017-04-18btrfs: remove redundant parameter from btree_readahead_hookDavid Sterba
2017-04-18btrfs: preallocate radix tree node for global readahead treeDavid Sterba
2017-04-18btrfs: preallocate radix tree node for readaheadDavid Sterba
2017-04-18btrfs: No need to check !(flags & MS_RDONLY) twiceGoldwyn Rodrigues
2017-04-18Btrfs: update comments in cache_save_setupLiu Bo
2017-04-18Btrfs: convert BUG_ON to WARN_ONLiu Bo
2017-04-18Btrfs: helper for ops that requires full stripeLiu Bo
2017-04-18Btrfs: do not add extra mirror when dev_replace target dev is not availableLiu Bo
2017-04-18Btrfs: handle operations for device replace separatelyLiu Bo
2017-04-18Btrfs: introduce a function to get extra mirror from replaceLiu Bo
2017-04-18Btrfs: separate DISCARD from __btrfs_map_blockLiu Bo
2017-04-18Btrfs: create a helper for getting chunk mapLiu Bo
2017-04-18Btrfs: add file item tracepointsLiu Bo
2017-04-18btrfs: convert btrfs_raid_bio.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert scrub_ctx.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert scrub_parity.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert scrub_block.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert scrub_recover.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert compressed_bio.pending_bios from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert extent_state.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_root.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_delayed_item.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_delayed_node.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_delayed_ref_node.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_caching_control.count from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_transaction.use_count from atomic_t to refcount_tElena Reshetova
2017-04-18btrfs: convert btrfs_bio.refs from atomic_t to refcount_tElena Reshetova
2017-04-18Btrfs: remove ASSERT in btrfs_truncate_inode_itemsLiu Bo
2017-04-18btrfs: fix a bogus warning when converting only data or metadataAdam Borowski
2017-04-15orangefs: free superblock when mount failsMartin Brandenburg
2017-04-15vfs: don't do RCU lookup of empty pathnamesLinus Torvalds
2017-04-14Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-04-13hugetlbfs: fix offset overflow in hugetlbfs mmapMike Kravetz
2017-04-13thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov
2017-04-13CIFS: Fix SMB3 mount without specifying a security mechanismPavel Shilovsky
2017-04-11Btrfs: fix potential use-after-free for cloned bioLiu Bo
2017-04-11Btrfs: fix segmentation fault when doing dio readLiu Bo
2017-04-11Btrfs: fix invalid dereference in btrfs_retry_endioLiu Bo
2017-04-11btrfs: drop the nossd flag when remounting with -o ssdAdam Borowski
2017-04-10CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi
2017-04-10CIFS: remove bad_network_name flagGermano Percossi
2017-04-10CIFS: reconnect thread reschedule itselfGermano Percossi
2017-04-10CIFS: handle guest access errors to Windows sharesMark Syms
2017-04-10CIFS: Fix null pointer deref during read resp processingPavel Shilovsky