summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackMike Frysinger2010-01-061-2/+11
* Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-01-061-4/+1
|\
| * nfsd: make sure data is on disk before calling ->fsyncChristoph Hellwig2010-01-061-4/+1
| * nfsd: fix "insecure" export optionJ. Bruce Fields2009-12-201-1/+1
* | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2010-01-062-9/+18
|\ \
| * | exofs: simple_write_end does not mark_inode_dirtyBoaz Harrosh2010-01-051-1/+16
| * | exofs: fix pnfs_osd re-definitions in pre-pnfs treesBoaz Harrosh2010-01-051-8/+2
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-01-051-6/+15
|\ \ \ | |/ / |/| |
| * | ocfs2: Handle O_DIRECT when writing to a refcounted cluster.Tao Ma2009-12-301-6/+15
* | | sysfs: Add lockdep annotations for the sysfs active referenceEric W. Biederman2010-01-042-2/+27
* | | Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-01-041-2/+2
|\ \ \
| * | | binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.Daisuke HATAYAMA2010-01-041-2/+2
| |/ /
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2010-01-045-48/+77
|\ \ \
| * | | ext4: Calculate metadata requirements more accuratelyTheodore Ts'o2010-01-015-44/+73
| * | | ext4: Fix accounting of reserved metadata blocksTheodore Ts'o2010-01-011-4/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-01-044-24/+30
|\ \ \ \
| * | | | nilfs2: Storage class should be before const qualifierTobias Klauser2009-12-251-1/+1
| * | | | nilfs2: trivial coding style fixJiro SEKIBA2009-12-253-23/+29
| | |/ / | |/| |
* | | | Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-01-026-15/+53
|\ \ \ \
| * | | | reiserfs: Safely acquire i_mutex from xattr_rmdirFrederic Weisbecker2010-01-021-1/+2
| * | | | reiserfs: Safely acquire i_mutex from reiserfs_for_each_xattrFrederic Weisbecker2010-01-021-2/+3
| * | | | reiserfs: Fix journal mutex <-> inode mutex lock inversionFrederic Weisbecker2010-01-021-1/+2
| * | | | reiserfs: Fix unwanted recursive reiserfs lock in reiserfs_unlink()Frederic Weisbecker2010-01-021-3/+4
| * | | | reiserfs: Relax lock before open xattr dir in reiserfs_xattr_set_handle()Frederic Weisbecker2010-01-021-2/+7
| * | | | reiserfs: Relax reiserfs lock while freeing the journalFrederic Weisbecker2010-01-021-1/+2
| * | | | reiserfs: Fix reiserfs lock <-> i_mutex dependency inversion on xattrFrederic Weisbecker2010-01-021-2/+7
| * | | | reiserfs: Warn on lock relax if taken recursivelyFrederic Weisbecker2010-01-021-0/+9
| * | | | reiserfs: Fix reiserfs lock <-> i_xattr_sem dependency inversionFrederic Weisbecker2010-01-021-1/+1
| * | | | reiserfs: Fix remaining in-reclaim-fs <-> reclaim-fs-on locking inversionFrederic Weisbecker2009-12-291-3/+12
| * | | | reiserfs: Fix reiserfs lock <-> inode mutex dependency inversionFrederic Weisbecker2009-12-161-1/+2
| * | | | reiserfs: Fix reiserfs lock and journal lock inversion dependencyFrederic Weisbecker2009-12-141-2/+3
| * | | | reiserfs: Fix possible recursive lockFrederic Weisbecker2009-12-141-0/+3
| * | | | Merge commit 'v2.6.32' into reiserfs/kill-bklFrederic Weisbecker2009-12-07498-12718/+26225
| |\ \ \ \
* | | | | | writeback: add missing kernel-doc notationJaswinder Singh Rajput2010-01-021-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-12-313-6/+14
|\ \ \ \ \ \
| * | | | | | [CIFS] Enable mmap on forcedirectio mountsSteve French2009-12-072-2/+5
| * | | | | | cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referralsJeff Layton2009-12-031-4/+9
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-12-3012-93/+186
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | ext4: Patch up how we claim metadata blocks for quota purposesTheodore Ts'o2009-12-301-73/+84
| * | | | | | ext4: Ensure zeroout blocks have no dirty metadataAneesh Kumar K.V2009-12-291-0/+20
| * | | | | | ext4: return correct wbc.nr_to_write in ext4_da_writepagesRichard Kennedy2009-12-251-2/+1
| * | | | | | jbd2: don't use __GFP_NOFAIL in journal_init_common()Andrew Morton2009-12-231-1/+1
| * | | | | | ext4: flush delalloc blocks when space is lowEric Sandeen2009-12-231-2/+9
| * | | | | | fs-writeback: Add helper function to start writeback if idleEric Sandeen2009-12-231-0/+17
| * | | | | | ext4: Eliminate potential double free on error pathJulia Lawall2009-12-231-0/+2
| * | | | | | ext4: fix unsigned long long printk warning in super.cAndrew Morton2009-12-231-2/+2
| * | | | | | ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o2009-12-233-10/+40
| * | | | | | ext4: replace BUG() with return -EIO in ext4_ext_get_blocksSurbhi Palande2009-12-141-1/+7
| * | | | | | ext4: add module aliases for ext2 and ext3Theodore Ts'o2009-12-211-0/+2
| * | | | | | ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configuredDavid Howells2009-12-211-0/+1
OpenPOWER on IntegriCloud