Commit Graph

117 Commits (ccc080c77cd47fde5eb097058fae930b956096eb)

Author SHA1 Message Date
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Miklos Szeredi 6d6b77f163 filesystems: add missing nlink wrappers 13 years ago
Dmitry Monakhov 5cb81dabcc ext4: fix quota accounting during migration 13 years ago
Andreas Dilger 909a4cf1ff ext4: avoid setting directory i_nlink to zero 13 years ago
Theodore Ts'o 5930ea6438 ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entry 14 years ago
Darrick J. Wong f9287c1f2d ext4: ext4_mkdir should dirty dir_block with newly created directory inode 14 years ago
Darrick J. Wong bcaa992975 ext4: ext4_rename should dirty dir_bh with the correct directory 14 years ago
Christoph Hellwig 65299a3b78 block: separate priority boosting from REQ_META 14 years ago
Christoph Hellwig 5dc06c5a70 block: remove READ_META and WRITE_META 14 years ago
Eric Sandeen 8c20871998 ext4: Properly count journal credits for long symlinks 14 years ago
Christoph Hellwig 4e34e719e4 fs: take the ACL checks to common code 14 years ago
Al Viro a9049376ee make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) 14 years ago
Bernd Schubert 265c6a0f92 ext4: fix compilation with -DDX_DEBUG 14 years ago
Lukas Czerner afb86178cb ext4: remove unnecessary comments in ext4_orphan_add() 14 years ago
Sage Weil 40ebc0af58 ext4: remove unnecessary dentry_unhash on rmdir/rename_dir 14 years ago
Sage Weil e4eaac06bc vfs: push dentry_unhash on rename_dir into file systems 14 years ago
Sage Weil 79bf7c732b vfs: push dentry_unhash on rmdir into file systems 14 years ago
Allison Henderson 6976a6f2ac ext4: don't dereference null pointer when make_indexed_dir() fails 14 years ago
Jan Kara df5e622340 ext4: fix deadlock in ext4_symlink() in ENOSPC conditions 14 years ago
Jan Kara 7ad8e4e6ae ext4: Fix fs corruption when make_indexed_dir() fails 14 years ago
Jiaying Zhang 0562e0bad4 ext4: add more tracepoints and use dev_t in the trace buffer 14 years ago
Amir Goldstein ef60789302 ext4: handle errors in ext4_rename 14 years ago
Aneesh Kumar K.V f17b604207 fs: Remove i_nlink check from file system link callback 14 years ago
Theodore Ts'o b40971426a ext4: add error checking to calls to ext4_handle_dirty_metadata() 14 years ago
Namhyung Kim dabd991f9d ext4: add more error checks to ext4_mkdir() 14 years ago
Theodore Ts'o f7c21177af ext4: Use ext4_error_file() to print the pathname to the corrupted inode 14 years ago
Theodore Ts'o cad3f00763 ext4: optimize ext4_check_dir_entry() with unlikely() annotations 14 years ago
Tobias Klauser 6ca7b13dea ext4: Remove redundant unlikely() 14 years ago
Aaro Koskinen 6d5c3aa84b ext4: fix typo which broke '..' detection in ext4_find_entry() 14 years ago
Theodore Ts'o 7845c04975 ext4: use search_dirblock() in ext4_dx_find_entry() 15 years ago
Theodore Ts'o 8941ec8bb6 ext4: avoid uninitialized memory references in ext3_htree_next_block() 15 years ago
Al Viro 7de9c6ee3e new helper: ihold() 15 years ago
Eric Sandeen 0cfc9255a1 ext4: re-inline ext4_rec_len_(to|from)_disk functions 15 years ago
Theodore Ts'o 60fd4da34d ext4: Cleanup ext4_check_dir_entry so __func__ is now implicit 15 years ago
Andi Kleen 5a0790c2c4 ext4: remove initialized but not read variables 15 years ago
Frank Mayhar 14ece1028b ext4: Make fsync sync new parent directories in no-journal mode 15 years ago
Theodore Ts'o 60e6679e28 ext4: Drop whitespace at end of lines 15 years ago
Dmitry Monakhov 12e9b89200 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info 15 years ago
Theodore Ts'o 24676da469 ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE() 15 years ago
Christoph Hellwig 871a293155 dquot: cleanup dquot initialize routine 15 years ago
Christoph Hellwig 907f4554e2 dquot: move dquot initialization responsibility into the filesystem 15 years ago
Dmitry Monakhov 6e3617e579 ext4: Handle non empty on-disk orphan link 15 years ago
Curt Wohlgemuth 73b50c1c92 ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode 15 years ago
Eric Sandeen 12062dddda ext4: move __func__ into a macro for ext4_warning, ext4_error 15 years ago
Dmitry Monakhov 5aca07eb7d ext4: quota macros cleanup 15 years ago
Theodore Ts'o 2de770a406 ext4: fix potential buffer head leak when add_dirent_to_buf() returns ENOSPC 15 years ago
Theodore Ts'o 1e424a3483 ext4: partial revert to fix double brelse WARNING() 15 years ago
Curt Wohlgemuth d3d1faf6a7 ext4: Handle nested ext4_journal_start/stop calls without a journal 16 years ago
Andreas Schlick 1f7bebb9e9 ext4: Always set dx_node's fake_dirent explicitly. 16 years ago
Linus Torvalds 1d5ccd1c42 ext[234]: move over to 'check_acl' permission model 16 years ago