]> git.kernelconcepts.de Git - karo-tx-linux.git/history - fs
e1000e: enable new 82567V-3 device
[karo-tx-linux.git] / fs /
2010-04-01 Neil Hormancoredump: suppress uid comparison test if core output...
2010-03-15 Trond MyklebustNFS: Fix an allocation-under-spinlock bug
2010-03-15 Tao Maocfs2: Only bug out in direct io write for reflinked...
2010-03-15 Al ViroSwitch proc/self to nd_set_link()
2010-03-15 Wu Fengguangvfs: take f_lock on modifying f_mode after open time
2010-03-15 Michael Neulingfs/exec.c: fix initial stack reservation
2010-03-15 Al Virofix LOOKUP_FOLLOW on automount "symlinks"
2010-02-23 Tyler HickseCryptfs: Add getattr function
2010-02-23 Chuck LeverNFS: Too many GETATTR and ACCESS calls after direct I/O
2010-02-23 Eric W. Biedermansysfs: sysfs_sd_setattr set iattrs unconditionally
2010-02-23 Al Virobefs: fix leak
2010-02-23 Trond MyklebustNFS: Fix the mapping of the NFSERR_SERVERFAULT error
2010-02-23 Trond MyklebustNFS: Fix a bug in nfs_fscache_release_page()
2010-02-23 Trond MyklebustNFS: Fix a umount race
2010-02-23 Trond MyklebustNFS: Fix an Oops when truncating a file
2010-02-23 Trond MyklebustNFSv4: Ensure that the NFSv4 locking can recover from...
2010-02-23 Trond MyklebustNFSv4: Don't allow posix locking against servers that...
2010-02-23 Trond MyklebustNFS: Try to commit unstable writes in nfs_release_page()
2010-02-23 Trond MyklebustNFS: Fix a reference leak in nfs_wb_cancel_page()
2010-02-23 Jeff Laytoncifs: fix length calculation for converted unicode...
2010-02-23 Michael Neulingfs/exec.c: restrict initial stack space expansion to...
2010-02-23 Jun'ichi Nomurafreeze_bdev: don't deactivate successfully frozen MS_RD...
2010-02-23 Linus TorvaldsFix race in tty_fasync() properly
2010-02-09 anfei zhoumm: flush dcache before writing into page to avoid...
2010-02-09 Chuck Ebbertblock: fix bugs in bio-integrity mempool usage
2010-02-09 Linus TorvaldsFix 'flush_old_exec()/setup_new_exec()' split
2010-02-09 Dmitry Monakhovblock: fix bio_add_page for non trivial merge_bvec_fn...
2010-02-09 Linus TorvaldsSplit 'flush_old_exec' into two functions
2010-02-09 Mike FrysingerFDPIC: Respect PT_GNU_STACK exec protection markings...
2010-02-09 Al Virofix affs parse_options()
2010-02-09 Al ViroFix remount races with symlink handling in affs
2010-02-09 Al Virofix leak in romfs_fill_super()
2010-02-09 Al Virofix oops in fs/9p late mount failure
2010-02-09 Al ViroFix failure exits in bfs_fill_super()
2010-02-09 Al ViroFix a leak in affs_fill_super()
2010-01-28 Greg Kroah-Hartmanfnctl: f_modown should call write_lock_irqsave/restore
2010-01-28 Chuck LeverNFS: Revert default r/wsize behavior
2010-01-28 Frank Filznfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually...
2010-01-28 Karel Zakpartitions: use sector size for EFI GPT
2010-01-28 Karel Zakpartitions: read whole sector with EFI GPT header
2010-01-28 Kay Sieversvfs: get_sb_single() - do not pass options twice
2010-01-25 Erez Zadokecryptfs: initialize private persistent file before...
2010-01-25 Dan Carpenterecryptfs: use after free
2010-01-22 Jan Karareiserfs: truncate blocks not used by a write
2010-01-22 Eric Parisinotify: only warn once for inotify problems
2010-01-22 Eric Parisinotify: do not reuse watch descriptors
2010-01-18 Jan Karaquota: Fix dquot_transfer for filesystems different...
2010-01-18 Christoph Hellwignfsd: make sure data is on disk before calling ->fsync
2010-01-18 Boaz Harroshexofs: simple_write_end does not mark_inode_dirty
2010-01-18 Linus Torvaldsfasync: split 'fasync_helper()' into separate add/remov...
2010-01-06 Serge E. Hallyngeneric_permission: MAY_OPEN is not write access
2010-01-06 Dmitry Monakhovext4: fix sleep inside spinlock issue with quota and...
2010-01-06 Dmitry Monakhovext4: Convert to generic reserved quota's space management.
2010-01-06 Dmitry Monakhovquota: decouple fs reserved space from quota reservation
2010-01-06 Dmitry MonakhovAdd unlocked version of inode_add_bytes() function
2010-01-06 Jan Karaudf: Try harder when looking for VAT inode
2010-01-06 Jeff Laytoncifs: NULL out tcon, pSesInfo, and srvTcp pointers...
2009-12-18 David Woodhousejffs2: Fix long-standing bug with symlink garbage colle...
2009-12-18 Jan Karaext3: Fix data / filesystem corruption when write fails...
2009-12-18 Mathieu Desnoyersdebugfs: fix create mutex racy fops and private data
2009-12-18 Sukadev Bhattiproludevpts_get_tty() should validate inode
2009-12-18 Trond MyklebustNFS: Fix nfs_migrate_page()
2009-12-18 Amerigo Wanghfs: fix a potential buffer overflow
2009-12-18 Theodore Ts'ojbd2: don't wipe the journal on a failed journal checksum
2009-12-14 Theodore Ts'oext4: Fix potential fiemap deadlock (mmap_sem vs. i_dat...
2009-12-14 Akira Fujitaext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
2009-12-14 Jan Karaext4: Wait for proper transaction commit on fsync
2009-12-14 Dmitry Monakhovext4: fix incorrect block reservation on quota transfer.
2009-12-14 Dmitry Monakhovext4: quota macros cleanup
2009-12-14 Dmitry Monakhovext4: ext4_get_reserved_space() must return bytes inste...
2009-12-14 Curt Wohlgemuthext4: remove blocks from inode prealloc list on failure
2009-12-14 Josef Bacikext4: wait for log to commit when umounting
2009-12-14 Jan Karaext4: Avoid data / filesystem corruption when write...
2009-12-14 Roel Kluinext4: Return the PTR_ERR of the correct pointer in...
2009-12-14 Theodore Ts'ojbd2: Add ENOMEM checking in and for jbd2_journal_write...
2009-12-14 Akira Fujitaext4: move_extent_per_page() cleanup
2009-12-14 Kazuya Mioext4: initialize moved_len before calling ext4_move_ext...
2009-12-14 Akira Fujitaext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
2009-12-14 Eric Sandeenext4: make "norecovery" an alias for "noload"
2009-12-14 Eric Sandeenext4: make trim/discard optional (and off by default)
2009-12-14 Jan Karaext4: fix error handling in ext4_ind_get_blocks()
2009-12-14 Theodore Ts'oext4: avoid issuing unnecessary barriers
2009-12-14 Theodore Ts'oext4: fix block validity checks so they work correctly...
2009-12-14 Theodore Ts'oext4: fix uninit block bitmap initialization when s_met...
2009-12-14 Theodore Ts'oext4: don't update the superblock in ext4_statfs()
2009-12-14 Eric Sandeenext4: journal all modifications in ext4_xattr_set_handle
2009-12-14 Julia Lawallext4: fix i_flags access in ext4_da_writepages_trans_bl...
2009-12-14 Theodore Ts'oext4: make sure directory and symlink blocks are revoked
2009-12-14 Theodore Ts'oext4: plug a buffer_head leak in an error path of ext4_...
2009-12-14 Akira Fujitaext4: fix possible recursive locking warning in EXT4_IO...
2009-12-14 Akira Fujitaext4: fix lock order problem in ext4_move_extents()
2009-12-14 Akira Fujitaext4: fix the returned block count if EXT4_IOC_MOVE_EXT...
2009-12-14 Theodore Ts'oext4: avoid divide by zero when trying to mount a corru...
2009-12-14 Theodore Ts'oext4: fix potential buffer head leak when add_dirent_to...
2009-12-02 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2009-12-02 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2009-12-02 Linus TorvaldsMerge branch 'fix' of git://git.kernel.org/pub/scm...
2009-12-01 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2009-12-01 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2009-12-01 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
next