summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ecryptfs-3.6-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-09-143-2/+14
|\
| * eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks2012-09-141-0/+5
| * eCryptfs: Call lower ->flush() from ecryptfs_flush()Tyler Hicks2012-09-141-2/+8
| * eCryptfs: Write out all dirty pages just before releasing the lower fileTyler Hicks2012-09-141-0/+1
* | vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds2012-09-141-1/+1
* | Merge tag 'nfs-for-3.6-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-09-137-44/+42
|\ \
| * | NFS: fsync() must exit with an error if page writeback failedTrond Myklebust2012-09-112-2/+6
| * | NFS: return error from decode_getfh in decode openWeston Andros Adamson2012-09-061-1/+2
| * | NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncachedTrond Myklebust2012-09-062-28/+17
| * | NFSv4: Fix range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_aclTrond Myklebust2012-09-041-9/+11
| * | NFS: Fix a problem with the legacy binary mount codeTrond Myklebust2012-09-041-0/+2
| * | NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-09-043-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-09-114-10/+11
|\ \ \ | |_|/ |/| |
| * | fuse: fix retrieve lengthMiklos Szeredi2012-09-041-0/+1
| * | fuse: mark variables uninitializedDaniel Mack2012-09-031-2/+2
| * | cuse: kill connection on initialization errorMiklos Szeredi2012-08-301-3/+1
| * | cuse: fix fuse_conn_kill()Miklos Szeredi2012-08-301-5/+7
* | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-09-112-3/+3
|\ \ \
| * | | CIFS: Fix endianness conversionPavel Shilovsky2012-09-061-2/+2
| * | | CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky2012-09-061-1/+1
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-09-112-9/+43
|\ \ \ \ | |/ / / |/| | |
| * | | udf: Fix data corruption for files in ICBJan Kara2012-09-051-6/+29
| * | | ext3: Fix fdatasync() for files with only i_size changesJan Kara2012-09-041-3/+14
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-09-027-33/+48
|\ \ \ \
| * | | | CIFS: Fix cifs_do_create error hadnlingPavel Shilovsky2012-08-191-8/+1
| * | | | cifs: print error code if smb signature verification failsSteve French2012-08-192-6/+14
| * | | | CIFS: Fix log messages in packet checking for SMB2Pavel Shilovsky2012-08-192-11/+15
| * | | | CIFS: Protect i_nlink from being negativeSteve French2012-08-192-8/+18
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-08-2921-376/+418
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Btrfs: fix that repair code is spuriously executed for transid failuresStefan Behrens2012-08-281-2/+6
| * | | | Btrfs: fix ordered extent leak when failing to start a transactionLiu Bo2012-08-281-2/+5
| * | | | Btrfs: fix a dio write regressionLiu Bo2012-08-281-4/+20
| * | | | Btrfs: fix deadlock with freeze and sync V2Josef Bacik2012-08-281-4/+9
| * | | | Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens2012-08-283-39/+2
| * | | | Btrfs: remove superblock writing after fatal errorStefan Behrens2012-08-282-33/+5
| * | | | Btrfs: allow delayed refs to be mergedJosef Bacik2012-08-283-27/+142
| * | | | Btrfs: fix enospc problems when deleting a subvolJosef Bacik2012-08-281-1/+1
| * | | | Btrfs: fix wrong mtime and ctime when creating snapshotsMiao Xie2012-08-281-0/+1
| * | | | Btrfs: fix race in run_clustered_refsArne Jansen2012-08-281-0/+17
| * | | | Btrfs: don't run __tree_mod_log_free_eb on leavesChris Mason2012-08-281-0/+3
| * | | | Btrfs: increase the size of the free space cacheJosef Bacik2012-08-281-8/+7
| * | | | Btrfs: barrier before waitqueue_activeJosef Bacik2012-08-285-12/+10
| * | | | Btrfs: fix deadlock in wait_for_more_refsArne Jansen2012-08-285-73/+21
| * | | | btrfs: fix second lock in btrfs_delete_delayed_items()Fengguang Wu2012-08-281-2/+3
| * | | | Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik2012-08-283-32/+19
| * | | | Btrfs: do not strdup non existent stringsJosef Bacik2012-08-281-3/+5
| * | | | Btrfs: do not use missing devices when showing devnameJosef Bacik2012-08-281-0/+2
| * | | | Btrfs: fix that error value is changed by mistakeStefan Behrens2012-08-281-2/+2
| * | | | Btrfs: lock extents as we map them in DIOJosef Bacik2012-08-281-129/+127
| * | | | Btrfs: fix some endian bugs handling the root timesDan Carpenter2012-08-283-4/+4
OpenPOWER on IntegriCloud