summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-06-291-15/+39
|\
| * UBIFS: fix a horrid bugArtem Bityutskiy2013-06-291-3/+27
| * UBIFS: prepare to fix a horrid bugArtem Bityutskiy2013-06-291-12/+12
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-291-7/+9
|\ \
| * | perf: Disable monitoring on setuid processes for regular usersStephane Eranian2013-06-261-7/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2013-06-251-4/+8
|\ \ \
| * | | fuse: hold i_mutex in fuse_file_fallocate()Maxim Patlasov2013-06-181-4/+8
* | | | fs: fix new splice.c kernel-doc warningRandy Dunlap2013-06-231-0/+1
| |_|/ |/| |
* | | splice: don't pass the address of ->f_pos to methodsAl Viro2013-06-203-21/+40
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-06-143-20/+12
|\ \
| * | use can_lookup() instead of direct checks of ->i_op->lookupAl Viro2013-06-151-2/+2
| * | fput: task_work_add() can fail if the caller has passed exit_task_work()Oleg Nesterov2013-06-151-9/+10
| * | ncpfs: fix rmdir returns Device or resource busyDave Chiluk2013-06-071-9/+0
* | | Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-06-145-11/+42
|\ \ \
| * | | xfs: don't shutdown log recovery on validation errorsDave Chinner2013-06-141-2/+17
| * | | xfs: ensure btree root split sets blkno correctlyDave Chinner2013-06-141-0/+10
| * | | xfs: fix implicit padding in directory and attr CRC formatsDave Chinner2013-06-142-2/+4
| * | | xfs: don't emit v5 superblock warnings on writeDave Chinner2013-06-141-7/+11
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-06-133-9/+13
|\ \ \ \
| * | | | Btrfs: stop all workers before cleaning up rootsJosef Bacik2013-06-081-3/+3
| * | | | Btrfs: fix use-after-free bug during umountLiu Bo2013-06-081-2/+2
| * | | | Btrfs: init relocate extent_io_tree with a mappingJosef Bacik2013-06-081-4/+5
| * | | | btrfs: Drop inode if inode root is NULLNaohiro Aota2013-06-081-0/+3
| * | | | Btrfs: don't delete fs_roots until after we cleanup the transactionJosef Bacik2013-06-081-1/+1
* | | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-06-124-27/+24
|\ \ \ \ \
| * | | | | ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei2013-06-121-0/+1
| * | | | | aio: fix io_destroy() regression by using call_rcu()Kent Overstreet2013-06-121-20/+16
| * | | | | fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directoryGoldwyn Rodrigues2013-06-121-1/+1
| * | | | | ocfs2: ocfs2_prep_new_orphaned_file() should return retXiaowei.Hu2013-06-121-1/+1
| * | | | | kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook2013-06-121-5/+5
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-123-58/+89
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ceph: ceph_pagelist_append might sleep while atomicJim Schutt2013-05-173-61/+89
| * | | | | ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt2013-05-172-3/+6
* | | | | | hpfs: fix warnings when the filesystem fills upMikulas Patocka2013-06-081-0/+4
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-06-081-0/+1
|\ \ \ \ \ \
| * | | | | | posix-timers: Show clock ID in proc filePavel Tikhomirov2013-05-281-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'ecryptfs-3.10-rc5-msync' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-06-071-0/+6
|\ \ \ \ \ \
| * | | | | | eCryptfs: Check return of filemap_write_and_wait during fsyncTyler Hicks2013-06-041-1/+6
| * | | | | | ecryptfs: fixed msync to flush dataPaul Taysom2013-05-241-0/+1
* | | | | | | Merge branch 'for-3.10' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-06-071-2/+2
|\ \ \ \ \ \ \
| * | | | | | | cifs: fix off-by-one bug in build_unc_path_to_rootJeff Layton2013-05-311-2/+2
* | | | | | | | Merge tag 'for-linus-v3.10-rc5' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-06-069-59/+195
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | xfs: increase number of ACL entries for V5 superblocksDave Chinner2013-06-062-20/+42
| * | | | | | xfs: disable noattr2/attr2 mount options for CRC enabled filesystemsDave Chinner2013-06-061-0/+11
| * | | | | | xfs: inode unlinked list needs to recalculate the inode CRCDave Chinner2013-06-062-0/+25
| * | | | | | xfs: fix log recovery transaction item reorderingDave Chinner2013-06-061-7/+58
| * | | | | | xfs: fix remote attribute invalidation for a leafDave Chinner2013-06-061-1/+1
| * | | | | | xfs: rework dquot CRCsDave Chinner2013-06-064-31/+58
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2013-06-057-23/+71
|\ \ \ \ \ \ \
| * | | | | | | GFS2: Don't cache iopen glocksBob Peterson2013-06-032-1/+6