summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-10-2611-105/+199
|\
| * Btrfs: do not bug when we fail to commit the transactionJosef Bacik2012-10-251-1/+2
| * Btrfs: fix memory leak when cloning root's nodeLiu Bo2012-10-251-3/+5
| * Merge branch 'for-chris-fixed' of git://git.jan-o-sch.net/btrfs-unstableChris Mason2012-10-253-18/+55
| |\
| | * Btrfs: comment for loop in tree_mod_log_insert_moveJan Schmidt2012-10-241-0/+5
| | * Btrfs: fix extent buffer reference for tree mod log rootsJan Schmidt2012-10-241-1/+1
| | * Btrfs: determine level of old rootsJan Schmidt2012-10-243-3/+19
| | * Btrfs: tree mod log's old roots could still be part of the treeJan Schmidt2012-10-241-4/+21
| | * Btrfs: fix a tree mod logging issue for root replacement operationsJan Schmidt2012-10-231-8/+2
| | * Btrfs: don't put removals from push_node_left into tree mod log twiceJan Schmidt2012-10-231-2/+7
| * | Btrfs: Use btrfs_update_inode_fallback when creating a snapshotJosef Bacik2012-10-253-5/+6
| * | Btrfs: Send: preserve ownership (uid and gid) also for symlinks.Alex Lyakas2012-10-251-14/+13
| * | Btrfs: fix deadlock caused by the nested chunk allocationMiao Xie2012-10-251-0/+7
| * | btrfs: Return EINVAL when length to trim is less than FSBLukas Czerner2012-10-251-1/+2
| * | Btrfs: fix memory leak in btrfs_quota_enable()Tsutomu Itoh2012-10-251-4/+13
| * | Btrfs: send correct rdev and mode in btrfs-sendArne Jansen2012-10-251-1/+2
| * | Btrfs: extended inode refs support for send mechanismJan Schmidt2012-10-253-58/+94
| * | Btrfs: Fix wrong error handling codeStefan Behrens2012-10-251-2/+2
| * | Fix a sign bug causing invalid memory access in the ino_paths ioctl.Gabriel de Perthuis2012-10-251-1/+1
| |/
* | Merge tag 'nfs-for-3.7-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-10-251-25/+32
|\ \
| * | LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zeroTrond Myklebust2012-10-241-8/+6
| * | LOCKD: fix races in nsm_client_getTrond Myklebust2012-10-241-17/+26
* | | fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error checkKees Cook2012-10-251-0/+2
|/ /
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-241-4/+10
|\ \
| * | nohz: Fix idle ticks in cpu summary line of /proc/statMichal Hocko2012-10-101-4/+10
* | | Merge tag 'jfs-3.7-2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2012-10-231-6/+10
|\ \ \
| * | | jfs: Fix FITRIM argument handlingLukas Czerner2012-10-171-6/+10
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-10-239-45/+74
|\ \ \ \
| * | | | ext4: Avoid underflow in ext4_trim_fs()Lukas Czerner2012-10-221-2/+3
| * | | | ext4: Checksum the block bitmap properly with bigalloc enabledTao Ma2012-10-226-20/+14
| * | | | ext4: fix undefined bit shift result in ext4_fill_flex_infoLukas Czerner2012-10-151-1/+1
| * | | | ext4: fix metadata checksum calculation for the superblockTheodore Ts'o2012-10-103-11/+7
| * | | | ext4: race-condition protection for ext4_convert_unwritten_extents_endioDmitry Monakhov2012-10-101-11/+46
| * | | | ext4: serialize fallocate with ext4_convert_unwritten_extentsDmitry Monakhov2012-10-051-0/+3
* | | | | Merge tag 'nfs-for-3.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-10-237-32/+22
|\ \ \ \ \
| * | | | | NFSv4: Fix the return value for nfs_callback_start_svcTrond Myklebust2012-10-161-1/+1
| * | | | | NFSv4.1: Declare osd_pri_2_pnfs_err(), objio_init_read/write to be staticTrond Myklebust2012-10-161-3/+3
| * | | | | NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h"Trond Myklebust2012-10-161-0/+1
| * | | | | NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc()Trond Myklebust2012-10-151-1/+1
| * | | | | NFSv4.1: Do not call pnfs_return_layout() from an rpciod contextTrond Myklebust2012-10-152-3/+16
| * | | | | NFSv4.1: Kill nfs4_ds_disconnect()Trond Myklebust2012-10-153-24/+0
* | | | | | char_dev: pin parent kobjectDmitry Torokhov2012-10-221-1/+17
* | | | | | hold task->mempolicy while numa_maps scans.KAMEZAWA Hiroyuki2012-10-192-3/+51
* | | | | | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-192-2/+3
|\ \ \ \ \ \
| * | | | | | NLM: nlm_lookup_file() may return NLMv4-specific error codesTrond Myklebust2012-10-172-2/+3
| |/ / / / /
* | | | | | fs, xattr: fix bug when removing a name not in xattr listDavid Rientjes2012-10-181-1/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-10-165-23/+46
|\ \ \ \ \
| * | | | | quota: Silence warning about PRJQUOTA not being handled in need_print_warning()Jan Kara2012-10-091-0/+2
| * | | | | ext3: fix return values on parse_options() failureZhao Hongjiang2012-10-091-2/+2
| * | | | | ext2: fix return values on parse_options() failureZhao Hongjiang2012-10-091-2/+2
OpenPOWER on IntegriCloud