summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: always hold the iolock when calling xfs_change_file_spaceChristoph Hellwig2013-10-214-49/+27
| * | xfs: remove the unused XFS_ATTR_NONBLOCK flagChristoph Hellwig2013-10-212-4/+0
| * | xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig2013-10-214-22/+24
| * | xfs: don't break from growfs ag update loop on errorEric Sandeen2013-10-171-9/+13
| * | xfs: don't emit corruption noise on fs probesEric Sandeen2013-10-171-2/+3
| * | xfs: remove newlines from strings passed to __xfs_printkEric Sandeen2013-10-1710-20/+20
| * | xfs: prevent deadlock trying to cover an active logDave Chinner2013-10-173-25/+47
| * | xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHEBrian Foster2013-10-083-26/+12
| * | xfs: push down inactive transaction mgmt for ifreeBrian Foster2013-10-081-50/+71
| * | xfs: push down inactive transaction mgmt for truncateBrian Foster2013-10-081-49/+68
| * | xfs: push down inactive transaction mgmt for remote symlinksBrian Foster2013-10-083-54/+49
| * | xfs: add the inode directory type support to XFS_IOC_FSGEOMMark Tinguely2013-10-082-3/+5
| * | xfs: remove usage of is_bad_inodeBen Myers2013-10-013-17/+1
| * | xfs: fix the wrong new_size/rnew_size at xfs_iext_realloc_direct()Jie Liu2013-10-011-7/+2
| * | xfs: get rid of count from xfs_iomap_write_allocate()Jie Liu2013-10-013-6/+5
| * | xfs: Use kmem_free() instead of free()Thierry Reding2013-10-011-1/+1
| * | xfs: fix memory leak in xlog_recover_add_to_transtinguely@sgi.com2013-09-301-0/+1
| * | xfs: dirent dtype presence is dependent on directory magic numbersDave Chinner2013-09-304-39/+28
| * | xfs: lockdep needs to know about 3 dquot-deep nestingDave Chinner2013-09-301-3/+16
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-142-3/+3
|\ \ \
| * | | seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz2013-11-062-3/+3
| * | | Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f...Ingo Molnar2013-11-062-0/+3
| |\ \ \
* | \ \ \ Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds2013-11-141-0/+4
|\ \ \ \ \
| * | | | | jffs2: do not support the MLC nandHuang Shijie2013-10-271-0/+4
* | | | | | Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-143-2/+49
|\ \ \ \ \ \
| * | | | | | block: Consolidate duplicated bio_trim() implementationsKent Overstreet2013-11-081-0/+46
| * | | | | | block: Replace __get_cpu_var usesChristoph Lameter2013-11-081-1/+1
| * | | | | | bdi: test bdi_init failureMikulas Patocka2013-11-081-1/+2
| | |/ / / / | |/| | | |
* | | | | | prepend_path() needs to reinitialize dentry/vfsmount/mnt on restartsAl Viro2013-11-131-3/+6
* | | | | | fix unpaired rcu lock in prepend_path()Li Zhong2013-11-131-0/+4
* | | | | | locks: missing unlock on error in generic_add_lease()Dan Carpenter2013-11-131-0/+1
* | | | | | aio: checking for NULL instead of IS_ERRDan Carpenter2013-11-131-2/+2
* | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-1337-206/+601
|\ \ \ \ \ \
| * | | | | | devpts: plug the memory leak in kill_sbIlija Hadzic2013-11-131-0/+1
| * | | | | | exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-131-0/+6
| * | | | | | kcore: add Kconfig help textRandy Dunlap2013-11-131-0/+4
| * | | | | | procfs: clean up proc_reg_get_unmapped_area for 80-column limitHATAYAMA Daisuke2013-11-131-6/+10
| * | | | | | hfsplus: implement attributes file creation functionalityVyacheslav Dubeyko2013-11-133-2/+151
| * | | | | | hfsplus: implement attributes file's header node initialization codeVyacheslav Dubeyko2013-11-132-0/+68
| * | | | | | hfsplus: add metadata file's clump size calculation functionalityVyacheslav Dubeyko2013-11-132-0/+113
| * | | | | | fs/hfs/btree.h: remove duplicate definesMichael Opdenacker2013-11-132-9/+4
| * | | | | | epoll: do not take global 'epmutex' for simple topologiesJason Baron2013-11-131-26/+69
| * | | | | | epoll: optimize EPOLL_CTL_DEL using rcuJason Baron2013-11-131-24/+32
| * | | | | | debugfs: use list_next_entry() in debugfs_remove_recursive()Oleg Nesterov2013-11-131-2/+1
| * | | | | | cramfs: mark as obsoleteMichael Opdenacker2013-11-131-1/+4
| * | | | | | mm: factor commit limit calculationJerome Marchand2013-11-131-4/+1
| * | | | | | writeback: do not sync data dirtied after sync startJan Kara2013-11-133-18/+32
| * | | | | | /proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags lineNaoya Horiguchi2013-11-131-0/+3
| * | | | | | mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes2013-11-131-8/+6
| * | | | | | mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu2013-11-131-2/+1