summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ceph: only set message data pointers if non-emptyAlex Elder2013-05-021-3/+10
* libceph: isolate other message data fieldsAlex Elder2013-05-021-1/+1
* libceph: set page info with byte lengthAlex Elder2013-05-021-1/+1
* libceph: isolate message page field manipulationAlex Elder2013-05-021-2/+2
* libceph: record byte count not page countAlex Elder2013-05-022-14/+21
* libceph: separate read and write dataAlex Elder2013-05-022-36/+41
* libceph: distinguish page and bio requestsAlex Elder2013-05-022-0/+5
* libceph: separate osd request data infoAlex Elder2013-05-022-31/+32
* libceph: don't assign page info in ceph_osdc_new_request()Alex Elder2013-05-022-6/+10
* ceph: simplify ceph_sync_write() page_align calculationAlex Elder2013-05-021-9/+4Star
* ceph: use calc_pages_for() in start_read()Alex Elder2013-05-021-1/+1
* libceph: no need for alignment for mds messageAlex Elder2013-05-021-1/+0Star
* libceph: define mds_alloc_msg() methodAlex Elder2013-05-021-0/+23
* libceph: rename ceph_calc_object_layout()Alex Elder2013-05-021-2/+3
* libceph: kill ceph_msg->pagelist_countAlex Elder2013-05-021-1/+0Star
* ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng2013-05-023-13/+13
* ceph: don't early drop Fw capYan, Zheng2013-05-021-25/+17Star
* ceph: revert commit 22cddde104Sage Weil2013-05-023-77/+48Star
* ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-025-95/+34Star
* ceph: set mds_want according to cap import messageYan, Zheng2013-05-021-1/+5
* ceph: queue cap release when trimming capYan, Zheng2013-05-023-3/+7
* ceph: fix LSSNAP regressionYan, Zheng2013-05-021-1/+2
* libceph: distinguish page array and pagelist countAlex Elder2013-05-021-2/+2
* aio: fix possible invalid memory access when DEBUG is enabledZhao Hongjiang2013-04-261-1/+1
* Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2013-04-181-2/+0Star
* hfsplus: fix potential overflow in hfsplus_file_truncate()Vyacheslav Dubeyko2013-04-181-1/+1
* fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size()Naoya Horiguchi2013-04-181-0/+1
* hugetlbfs: stop setting VM_DONTDUMP in initializing vma(VM_HUGETLB)Naoya Horiguchi2013-04-181-1/+1
*---. Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds2013-04-151-0/+1
|\ \ \
| | | * kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-121-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-04-141-6/+42
|\ \ \ \
| * | | | Btrfs: make sure nbytes are right after log replayJosef Bacik2013-04-131-6/+42
* | | | | vfs: Revert spurious fix to spinning prevention in prune_icache_sbSuleiman Souhlal2013-04-141-1/+1
* | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-04-131-3/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cifs: Allow passwords which begin with a delimitorSachin Prabhu2013-04-101-3/+13
* | | | | Merge tag 'nfs-for-3.9-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-04-101-0/+1
|\ \ \ \ \
| * | | | | NFSv4: Doh! Typo in the fix to nfs41_walk_client_listTrond Myklebust2013-04-101-0/+1
* | | | | | Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-04-103-17/+36
|\| | | | |
| * | | | | NFSv4: Fix another potential state manager deadlockTrond Myklebust2013-04-091-0/+1
| * | | | | NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_listTrond Myklebust2013-04-051-16/+28
| * | | | | NFSv4: Fix a memory leak in nfs4_discover_server_trunkingTrond Myklebust2013-04-051-1/+7
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-04-093-43/+92
|\ \ \ \ \ \
| * | | | | | mnt: release locks on error path in do_loopbackAndrey Vagin2013-04-091-1/+1
| * | | | | | procfs: add proc_remove_subtree()Al Viro2013-04-091-30/+89
| * | | | | | ecryptfs: close rmmod raceAl Viro2013-04-091-12/+2Star
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesLinus Torvalds2013-04-054-38/+39
|\ \ \ \ \ \ \
| * | | | | | | GFS2: Issue discards in 512b sectorsBob Peterson2013-04-051-17/+13Star
| * | | | | | | GFS2: Fix unlock of fcntl locks during withdrawn stateSteven Whitehouse2013-04-041-1/+4
| * | | | | | | GFS2: return error if malloc failed in gfs2_rs_alloc()Wei Yongjun2013-04-041-1/+1
| * | | | | | | GFS2: use memchr_invAkinobu Mita2013-04-041-6/+2Star