summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: finish ordered extents in their own threadJosef Bacik2012-05-307-191/+164
* Btrfs: do not check delalloc when updating disk_i_sizeJosef Bacik2012-05-301-16/+3
* Btrfs: avoid buffer overrun in mount option handlingJim Meyering2012-05-301-41/+26
* Btrfs: NUL-terminate path buffer in DEV_INFO ioctl resultJim Meyering2012-05-301-2/+4
* Btrfs: avoid buffer overrun in btrfs_printkJim Meyering2012-05-301-1/+2
* Fix minor type issuesDaniel J Blueman2012-05-303-6/+5
* btrfs: allow changing 'thread_pool' size at remount timeSergei Trofimovich2012-05-301-5/+40
* Btrfs: do not do filemap_write_and_wait_range in fsyncJosef Bacik2012-05-301-5/+6
* Btrfs: remove useless waiting and extra filemap workJosef Bacik2012-05-301-15/+2
* Btrfs: fix compile warnings in extent_io.cJosef Bacik2012-05-301-1/+1
* Btrfs: cache no acl on new inodesJosef Bacik2012-05-301-0/+4
* Btrfs: use i_version instead of our own sequenceJosef Bacik2012-05-307-10/+19
* Btrfs: cleanup: use consistent lock namingDan Carpenter2012-05-111-1/+1
* Btrfs: change integrity checker to support big blocksStefan Behrens2012-05-111-146/+415
* Btrfs: remove the useless assignment to *entry in function tree_insert of fil...Wang Sheng-Hui2012-05-111-1/+0
* Btrfs: fix the comment for find_first_extent_bitWang Sheng-Hui2012-05-111-1/+1
* Btrfs: fix btrfs_release_extent_buffer_page with the right usage of num_exten...Wang Sheng-Hui2012-05-111-1/+3
* Btrfs: cleanup the comment for clear_state_bit in extent_io.cWang Sheng-Hui2012-05-111-1/+1
* btrfs/ctree.c: remove the unnecessary 'return -1;' at the end of bin_searchWang Sheng-Hui2012-05-111-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-05-068-21/+47
|\
| * Btrfs: avoid sleeping in verify_parent_transid while atomicChris Mason2012-05-065-17/+34
| * Btrfs: fix crash in scrub repair code when device is missingStefan Behrens2012-05-041-0/+7
| * btrfs: Fix mismatching struct members in ioctl.hAlexander Block2012-05-041-2/+2
| * Btrfs: fix page leak when allocing extent buffersJosef Bacik2012-05-041-2/+2
| * Btrfs: Add properly locking around add_root_to_dirty_listChris Mason2012-05-041-0/+2
* | hfsplus: Fix potential buffer overflowsGreg Kroah-Hartman2012-05-042-0/+15
* | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-05-045-25/+23
|\ \
| * | fs/cifs: fix parsing of dfs referralsStefan Metzmacher2012-05-031-1/+5
| * | cifs: make sure we ignore the credentials= and cred= optionsJeff Layton2012-05-031-0/+2
| * | [CIFS] Update cifs version to 1.78Steve French2012-05-031-1/+1
| * | cifs - check S_AUTOMOUNT in revalidateIan Kent2012-05-031-5/+12
| * | cifs: add missing initialization of server->req_lockJeff Layton2012-05-011-0/+1
| * | cifs: don't cap ra_pages at the same level as default_backing_dev_infoJeff Layton2012-05-011-17/+1
| * | CIFS: Fix indentation in cifs_show_optionsSachin Prabhu2012-05-011-1/+1
* | | vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds2012-05-032-6/+24
* | | Merge tag 'nfs-for-3.4-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-05-0213-139/+267
|\ \ \ | |/ / |/| |
| * | NFSv4.1: Use the correct hostname in the client identifier stringTrond Myklebust2012-04-301-3/+2
| * | NFS: get module in idmap PipeFS notifier callbackStanislav Kinsbursky2012-04-281-0/+4
| * | NFS: Remove unused function nfs_lookup_with_sec()Bryan Schumaker2012-04-271-62/+0
| * | NFS: Honor the authflavor set in the clone mount dataBryan Schumaker2012-04-274-7/+8
| * | NFS: Fix following referral mount points with different securityBryan Schumaker2012-04-275-26/+72
| * | NFS: Do secinfo as part of lookupBryan Schumaker2012-04-275-20/+103
| * | NFS: Handle exceptions coming out of nfs4_proc_fs_locations()Bryan Schumaker2012-04-271-1/+14
| * | NFS: Fix SECINFO_NO_NAMEBryan Schumaker2012-04-271-5/+19
| * | Avoid beyond bounds copy while caching ACLSachin Prabhu2012-04-272-8/+6
| * | Avoid reading past buffer when calling GETACLSachin Prabhu2012-04-272-13/+21
| * | fix page number calculation bug for block layout decode bufferJim Rees2012-04-261-1/+3
| * | NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson2012-04-262-2/+2
| * | pnfs-obj: Remove unused variable from objlayout_get_deviceinfo()Sachin Bhamare2012-04-261-2/+0
| * | nfs4: fix referrals on mounts that use IPv6 addrsWeston Andros Adamson2012-04-261-3/+27