summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Btrfs: use mnt_want_write_file instead of mnt_want_writeLiu Bo2012-07-231-2/+2
| * | | | Btrfs: remove redundant r/o check for superblockLiu Bo2012-07-231-7/+0
| * | | | Btrfs: check write access to mount earlier while creating snapshotsLiu Bo2012-07-231-11/+11
| * | | | Btrfs: fix typo in cow_file_range_async and async_cow_submitLiu Bo2012-07-231-2/+2
| * | | | Btrfs: change how we indicate we're adding csumsJosef Bacik2012-07-234-15/+18
| * | | | Btrfs: return error of btrfs_update_inode() to callerTsutomu Itoh2012-07-232-3/+3
| * | | | Btrfs: fix error handling in __add_reloc_root()Dan Carpenter2012-07-231-1/+2
| * | | | Btrfs: do not ignore errors from btrfs_cleanup_fs_roots() when mountingIlya Dryomov2012-07-231-2/+2
| * | | | Btrfs: do not return EINVAL instead of ENOMEM from open_ctree()Ilya Dryomov2012-07-231-1/+1
| * | | | Btrfs: add DEVICE_READY ioctlJosef Bacik2012-07-234-2/+18
| * | | | Btrfs: flush delayed inodes if we're short on spaceJosef Bacik2012-07-233-38/+83
| * | | | btrfs: join DEV_STATS ioctls to oneDavid Sterba2012-07-234-15/+15
| * | | | btrfs: ignore unfragmented file checks in defrag when compression enabled - r...Andrew Mahone2012-07-231-3/+5
| * | | | Btrfs: small naming cleanup in join_transaction()Dan Carpenter2012-07-231-2/+2
| * | | | Btrfs: don't update atime on RO subvolumesAlexander Block2012-07-232-0/+7
| * | | | Btrfs: allow mount -o remount,compress=noArnd Hannemann2012-07-231-1/+8
| * | | | Btrfs: remove ->dirty_inodeJosef Bacik2012-07-231-11/+0
| * | | | Btrfs: reduce calls to wake_up on uncontended locksChris Mason2012-07-231-5/+9
| * | | | Btrfs: don't wait around for new log writers on an SSDChris Mason2012-07-231-1/+2
| | |/ / | |/| |
* | | | Merge tag 'dlm-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2012-07-2614-668/+1600
|\ \ \ \
| * | | | dlm: fix missing dir removeDavid Teigland2012-07-161-2/+68
| * | | | dlm: fix conversion deadlock from recoveryDavid Teigland2012-07-162-17/+48
| * | | | dlm: use wait_event_timeoutDavid Teigland2012-07-161-18/+11
| * | | | dlm: fix race between remove and lookupDavid Teigland2012-07-163-39/+176
| * | | | dlm: use idr instead of list for recovered rsbsDavid Teigland2012-07-164-23/+101
| * | | | dlm: use rsbtbl as resource directoryDavid Teigland2012-07-1614-588/+1215
* | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-07-2638-1148/+8555
|\ \ \ \ \
| * | | | | cifs: ensure that we always do cifsFileInfo_get under the spinlockJeff Layton2012-07-252-8/+15
| * | | | | CIFS: Make CAP_* checks protocol independentPavel Shilovsky2012-07-2411-49/+66
| * | | | | CIFS: Allow SMB2 statistics to be trackedPavel Shilovsky2012-07-243-3/+91
| * | | | | CIFS: Move clear/print_stats code to ops structPavel Shilovsky2012-07-245-103/+129
| * | | | | CIFS: Add echo request support for SMB2Pavel Shilovsky2012-07-246-3/+73
| * | | | | CIFS: Move echo code to osp structPavel Shilovsky2012-07-243-4/+11
| * | | | | CIFS: Add SMB2 support for async requestsPavel Shilovsky2012-07-243-1/+27
| * | | | | CIFS: Setup async request in ops structPavel Shilovsky2012-07-244-2/+8
| * | | | | CIFS: Add SMB2 support for build_path_to_rootPavel Shilovsky2012-07-241-0/+18
| * | | | | CIFS: Move building path to root to ops structPavel Shilovsky2012-07-246-38/+48
| * | | | | CIFS: Query SMB2 inode infoPavel Shilovsky2012-07-248-2/+417
| * | | | | CIFS: Move query inode info code to ops structPavel Shilovsky2012-07-245-70/+107
| * | | | | CIFS: Add SMB2 support for is_path_accessiblePavel Shilovsky2012-07-247-0/+423
| * | | | | CIFS: Move is_path_accessible to ops structPavel Shilovsky2012-07-245-62/+69
| * | | | | CIFS: Move informational tcon calls to ops structPavel Shilovsky2012-07-243-27/+34
| * | | | | CIFS: Move getting dfs referalls to ops structPavel Shilovsky2012-07-245-22/+27
| * | | | | CIFS: Process reconnects for SMB2 sharesPavel Shilovsky2012-07-244-9/+143
| * | | | | CIFS: Add tree connect/disconnect capability for SMB2Pavel Shilovsky2012-07-247-5/+230
| * | | | | CIFS: Add session setup/logoff capability for SMB2Pavel Shilovsky2012-07-248-3/+284
| * | | | | CIFS: Add capability to send SMB2 negotiate messagePavel Shilovsky2012-07-248-11/+417
| * | | | | CIFS: Respect SMB2 header/max header sizePavel Shilovsky2012-07-242-8/+31
| * | | | | CIFS: Make demultiplex_thread work with SMB2 codePavel Shilovsky2012-07-246-2/+384
| * | | | | CIFS: Fix a wrong pointer in atomic_openPavel Shilovsky2012-07-241-4/+1